Skip to content

Instantly share code, notes, and snippets.

@schatekar
Last active February 18, 2017 19:43
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 schatekar/c8c329fc82ef29cc37f5c5a2abffc68a to your computer and use it in GitHub Desktop.
Save schatekar/c8c329fc82ef29cc37f5c5a2abffc68a to your computer and use it in GitHub Desktop.
{
"id": 34234,
"firstname": "Suhas",
"lastname": "Chatekar",
"email": "abc@gmail.com",
"memberships": [{
"meetup_id": 2345,
"name": "London Erlang Group"
}],
"rsvps": [{
"event_id": "546" //Only identifier of the resource. No other details
}],
"friends": [{
"id": "5678" //Only identifier of the resource. No other details
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment