Last active
February 18, 2017 22:30
-
-
Save schatekar/53e8b8f4ed3b3f8fd400291cf86ba162 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"href": "https://myapi.com/v1/member/34234", | |
"id": 34234, | |
"firstname": "Suhas", | |
"lastname": "Chatekar", | |
"email": "[email protected]", | |
"memberships": [{ | |
"href": "https://myapi.com/v1/meetup/2345", | |
"meetup_id": 2345, | |
"name": "London Erlang Group" | |
}], | |
"rsvps": [{ | |
"href": "https://myapi.com/v1/event/546" | |
}], | |
"friends": [{ | |
"href": "https://myapi.com/v1/member/5678" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment