This is API documentation for Example API (with protobuf). This is generated by httpdoc. Don't edit by hand.
Get a user
Headers
| Name | Value | Description |
|---|---|---|
| Content-Type | application/protobuf |
Response fields
| Name | Value | Description |
|---|---|---|
| Name | Immortan Joe | User name |
| Setting.Email | immortan@madmax.com | User email |
Response example
Click to expand code.
{
"id": 169743,
"name": "Immortan Joe",
"active": true,
"setting": {
"email": "immortan@madmax.com"
}
}