Skip to content
Salvatore D'Agositno edited this page Sep 4, 2013 · 1 revision

Response Standard

This is a standardized response format that will sent from the API:

{
    "error": BOOL,      // True if error was encountered
    "message": STRING,  // User friendly message
    "data": {}          // Return object if needed
}
Clone this wiki locally