Skip to content

Instantly share code, notes, and snippets.

@akira-kuriyama
Last active January 24, 2023 08:07
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/e3375de1fa197c2db87870b1405227cd to your computer and use it in GitHub Desktop.
Save akira-kuriyama/e3375de1fa197c2db87870b1405227cd to your computer and use it in GitHub Desktop.

FORMAT: 1A

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

Retrieve a User [GET]

  • Parameters

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

    • Body

        {
          "id": 1,
           "name": 'john'
         }
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment