Skip to content

Instantly share code, notes, and snippets.

@jbuck
Created August 7, 2015 17:01
Show Gist options
  • Save jbuck/17632c2f3e59a52350f4 to your computer and use it in GitHub Desktop.
Save jbuck/17632c2f3e59a52350f4 to your computer and use it in GitHub Desktop.
/projects
[
{
"id": "1",
"title": "My Cool Project",
"author": {
"id": "3",
"username": "jbuck"
}
},
{
"id": "2",
"title": "My Cool Project 2",
"author": {
"id": "3",
"username": "jbuck"
}
}
]
/users/3/projects/1
{
"id": "1",
"title": "My Cool Project",
"author": {
"id": "3",
"username": "jbuck"
}
}
/users/3/projects/2
{
"id": "2",
"title": "My Cool Project 2",
"author": {
"id": "3",
"username": "jbuck"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment