Skip to content

Instantly share code, notes, and snippets.

@akira-kuriyama
Created September 13, 2016 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akira-kuriyama/645f1ad5a2fd5f12c4d59b3f324a1c60 to your computer and use it in GitHub Desktop.
Save akira-kuriyama/645f1ad5a2fd5f12c4d59b3f324a1c60 to your computer and use it in GitHub Desktop.

FORMAT: 1A

ユーザAPI [/users/{id}]

Retrieve a User [GET]

  • Parameters

    • id: 1 (number, required) - ユーザID
  • Response 200 (application/json)

    • Attributes

      • name: John (string, required) 名前
      • age: 20 (number, required) 年齢
      • admin: true (boolean, required) 管理者かどうか
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment