Skip to content

Instantly share code, notes, and snippets.

@howarddierking
Created September 6, 2012 04:18
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 howarddierking/3651164 to your computer and use it in GitHub Desktop.
Save howarddierking/3651164 to your computer and use it in GitHub Desktop.
thoughts on representation design for https://github.com/ExploreMqt/RestRentalCar
[
{
"Make":"Ford",
"Model":"Taurus",
"Vin":"1234",
"Forms" : [
{
"Uri":"...",
"Rel":"reservation",
"Mode":"POST",
"Payload":{
"Vin":"1234",
"Start":"0001-01-01T00:00:00",
"End":"0001-01-01T00:00:00",
"DriverLicense":""
}
}
]
},
{
...
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment