Created
October 10, 2017 07:57
-
-
Save mczachurski/12cab62374e13d83e51b5f4ec849b78d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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