Skip to content

Instantly share code, notes, and snippets.

@joshco
Created April 22, 2013 23:09
Show Gist options
  • Save joshco/5439376 to your computer and use it in GitHub Desktop.
Save joshco/5439376 to your computer and use it in GitHub Desktop.
POST/Create associations in HAL
{
"_links": {
"event": {
"href": "http://localhost:3000/api/v1/events/3"
},
"person": {
"href": "http://localhost:3000/api/v1/people/2"
},
"self": {
"href": "http://localhost:3000/api/v1/rsvps/1"
}
}
}
@joshco
Copy link
Author

joshco commented Apr 22, 2013

test comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment