Created
April 22, 2013 23:09
-
-
Save joshco/5439376 to your computer and use it in GitHub Desktop.
POST/Create associations in HAL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
test comment