Skip to content

Instantly share code, notes, and snippets.

@ekepes
Created October 26, 2016 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekepes/564ba78b18ca3d1fca7857724b4d84a4 to your computer and use it in GitHub Desktop.
Save ekepes/564ba78b18ca3d1fca7857724b4d84a4 to your computer and use it in GitHub Desktop.
What if I'm an organizer?
{
"Id": "0001",
"Title": "An Awesome Talk",
"Abstract": "Magnificent abstract goes here...",
"Status": "Submitted",
"Links": [
{
"Href": "http://example.com/api/submissions/0001",
"Rel": "self",
"Method": "GET"
},
{
"Href": "http://example.com/api/submissions/0001/vote",
"Rel": "add-vote",
"Method": "POST"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment