Skip to content

Instantly share code, notes, and snippets.

@mczachurski
Created October 10, 2017 07:57
Show Gist options
  • Save mczachurski/12cab62374e13d83e51b5f4ec849b78d to your computer and use it in GitHub Desktop.
Save mczachurski/12cab62374e13d83e51b5f4ec849b78d to your computer and use it in GitHub Desktop.
{
"data": {
"project": {
"statusCode": "NotFound",
"errorMessage": "Resource not found",
"data": null
},
"projects": {
"statusCode": "Success",
"errorMessage": null,
"data": {
"allResults": 3,
"results": [
{
"name": "Project A",
"id": "project-a"
},
{
"name": "Project B",
"id": "project-b"
},
{
"name": "Project C",
"id": "project-c"
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment