Skip to content

Instantly share code, notes, and snippets.

@jfhbrook
Last active April 25, 2019 21:31
Show Gist options
  • Save jfhbrook/86aa4d71d7d02e211814b345f37379d9 to your computer and use it in GitHub Desktop.
Save jfhbrook/86aa4d71d7d02e211814b345f37379d9 to your computer and use it in GitHub Desktop.
An example of what a Kinja API response might look like
{
"meta": {
"error": null,
"warnings": [],
},
"data": {
"firstName": "Josh",
"lastName": "Holbrook",
"bio": "Born in Alaska, lives in New York, has a pet budgie! Fun stuff!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment