Skip to content

Instantly share code, notes, and snippets.

@odrotbohm
Created May 10, 2012 22:20
Show Gist options
  • Save odrotbohm/2656266 to your computer and use it in GitHub Desktop.
Save odrotbohm/2656266 to your computer and use it in GitHub Desktop.
GET /events/{id}
200 OK
{ title : "Marathon",
available-lengths: [ 15, 20, 40 ] }
Noch keine registrations
------------------------
GET /users/{id}/registrations
200 OK
{}
POST /users/{id}/registrations
{ event : "/events/{eventid}",
length : 15 }
Dann entweder:
201 Created
Location: /users/{id}/registration/1
oder
409 Conflict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment