Skip to content

Instantly share code, notes, and snippets.

@hmboyd
Created December 29, 2021 00:33
Show Gist options
  • Save hmboyd/a1f0e102fce1fafa35217191fca8516a to your computer and use it in GitHub Desktop.
Save hmboyd/a1f0e102fce1fafa35217191fca8516a to your computer and use it in GitHub Desktop.
{
"status": true,
"code": 200,
"program": "myprog",
"version": "1.2.3",
"datetime": "2016-10-06T19:58:29Z",
"message": "OK",
"error": {
"code": 404,
"message": "ID not found"
},
"data": {
"userdata": [
{
"method": "GET",
"path": "/status",
"description": "check this service status"
},
{
"method": "GET",
"path": "/password",
"description": "returns a random passwords"
}
]
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment