Skip to content
Snippets Groups Projects
Commit a3269464 authored by xamgore's avatar xamgore
Browse files

defined the API response structure

if there are no errors:

"response": {
   *some data*
}

else:

"error": {
   "code": 23,
   "message": "Invalid argument"
}
parent 6feaba56
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment