Skip to content

Instantly share code, notes, and snippets.

@ratbeard
Created September 25, 2014 15:13
Show Gist options
  • Select an option

  • Save ratbeard/79e8115956e0a5e2f98c to your computer and use it in GitHub Desktop.

Select an option

Save ratbeard/79e8115956e0a5e2f98c to your computer and use it in GitHub Desktop.
GET /people.json
[
{
// global props
id: 1
name: 'foo',
image: '...',
// Context sensitive props to the user who is making the call:
wins: 1,
losses: 2,
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment