API doc
June 8, 2017 ยท View on GitHub
This is API documentation for Example API (with protobuf). This is generated by httpdoc. Don't edit by hand.
Table of contents
[200] GET /v2/user/169743
Get a user
Request
Response
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"
}
}