Skip to content

Instantly share code, notes, and snippets.

@paulgoetze
Last active May 30, 2017 16:45
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 paulgoetze/9a891ad65fef51b51c1983799c0d32d5 to your computer and use it in GitHub Desktop.
Save paulgoetze/9a891ad65fef51b51c1983799c0d32d5 to your computer and use it in GitHub Desktop.
Testing Your Python API App with JSON Schema - GET /users/:id response
{
"data": {
"type": "users",
"id": 1,
"attributes": {
"email": "paul@grammofy.com",
"username": "paul"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment