Skip to content

Instantly share code, notes, and snippets.

@syron
Last active September 24, 2016 08:14
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 syron/cc50fb6ba76cd831962955f27acf1a78 to your computer and use it in GitHub Desktop.
Save syron/cc50fb6ba76cd831962955f27acf1a78 to your computer and use it in GitHub Desktop.
API Response - single data object
{
"data": {
"_self": "http://myapiurl/data/1",
"id": 1,
"name": "Test",
"description": "Hello World"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment