Skip to content

Instantly share code, notes, and snippets.

@karlpokus
Last active November 25, 2015 14:49
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 karlpokus/6e9bc31b69243edde6c7 to your computer and use it in GitHub Desktop.
Save karlpokus/6e9bc31b69243edde6c7 to your computer and use it in GitHub Desktop.
Just some dummy data for API tests in codepen
{
"data": [
{
"id":1, "name": "Mike", "human": true
},
{
"id":2, "name": "Lucy", "human": false
},
{
"id":3, "name": "Arnold", "human": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment