Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Created March 13, 2017 15:34
Show Gist options
  • Save reyhansofian/e381793b25b177f743c853890738d424 to your computer and use it in GitHub Desktop.
Save reyhansofian/e381793b25b177f743c853890738d424 to your computer and use it in GitHub Desktop.
GET /users
response:
{
data: [
{
id: 1,
name: John Doe
},
{
id: 2,
name: Jane Doe
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment