Skip to content

Instantly share code, notes, and snippets.

@hglattergotz
Last active August 29, 2015 14:06
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 hglattergotz/6bfc35f0689a00c99e24 to your computer and use it in GitHub Desktop.
Save hglattergotz/6bfc35f0689a00c99e24 to your computer and use it in GitHub Desktop.
{
"_links": {
"self": {
"href": "https://api.foxycart.com/users/1",
"title": "This User"
},
"https://api.foxycart.com/rels/attributes": {
"href": "https://api.foxycart.com/users/1/attributes",
"title": "Attributes for This User"
},
"https://api.foxycart.com/rels/default_store": {
"href": "https://api.foxycart.com/stores/66",
"title": "Example Store"
}
},
"users": [
{
"id": 1,
"first_name": "John",
"last_name": "Doe",
"email": "john.doe@example.com",
"phone": "555-555-5555",
"date_created": "2007-05-23T16:09:12-0700",
"date_modified": "2013-07-10T22:37:49-0700"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment