đĻResponses
List of responses sent back by the API
Last updated
List of responses sent back by the API
Last updated
All responses will include either a success or an error.
Success
Error
All requests to the API will always have these 3 fields including the additional data for each endpoint you use.
This will be different for certain languages but should be the standard to use.
The base class for all responses
Other responses should inherit or add the default response of success, code and message along with the endpoint data. It should look like