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

NameValueDescription
Content-Typeapplication/protobuf

Response fields

NameValueDescription
NameImmortan JoeUser name
Setting.Emailimmortan@madmax.comUser email

Response example

Click to expand code.
{
  "id": 169743,
  "name": "Immortan Joe",
  "active": true,
  "setting": {
    "email": "immortan@madmax.com"
  }
}