Skip to content

Instantly share code, notes, and snippets.

@zocoi
Last active December 14, 2015 10:58
Show Gist options
  • Save zocoi/5075340 to your computer and use it in GitHub Desktop.
Save zocoi/5075340 to your computer and use it in GitHub Desktop.
// GET /users/1
{
address: null,
city: null,
country: null,
created_at: "2013-03-03T06:24:53Z",
email: "hung.dao@me.com",
id: 1,
license_plate: null,
name: null,
state: null,
updated_at: "2013-03-03T06:24:53Z",
zip: null
}
// GET /users/1/tickets
[
{
citation_number: "789456123",
created_at: "2013-03-03T07:06:25Z",
filepicker_url: "",
fine_amount: 44,
id: 1,
issued_at: "2013-03-03T07:06:25Z",
license_number: "ABC123",
location: "123 Rando St",
status: "pending",
updated_at: "2013-03-03T07:06:25Z",
user_id: 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment