Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 231 Bytes

File metadata and controls

16 lines (13 loc) · 231 Bytes

####This document summarizes all standard serverside responses that are expected by client.

All responses are now unified and expect this format:

{
success:true,
data:[
    {
    something: 'nice'
    }
]
},
total: 1