Skip to content

Instantly share code, notes, and snippets.

@geraldcroes
Created December 3, 2017 11:11
Show Gist options
  • Save geraldcroes/262fbaf50b1e407da63f76fdb98aeef0 to your computer and use it in GitHub Desktop.
Save geraldcroes/262fbaf50b1e407da63f76fdb98aeef0 to your computer and use it in GitHub Desktop.
REST 101 - Reservation collection
[
{
"reservation_id" : "R1",
"client_id" : "robert-id",
"date" : "2017-10-10",
"time" : "9:00pm",
"number_of_guests" : 10
},
{
"reservation_id" : "R2",
"client_id" : "helen-id",
"date" : "2017-03-03",
"time" : "9:00pm",
"number_of_guests" : 3
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment