Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 352 Bytes

API_ENDPOINTS.md

File metadata and controls

22 lines (18 loc) · 352 Bytes

API EndPoints

A successful response from the server will look like this:

{
  "status": "OK",
  "message": "Message for the developer",
  "data": {
    "All the data from server will be here"
  }
}

An error response from the server will look like this:

{
  "status": "error",
  "error": "Error Message for the developer",
}