-
Notifications
You must be signed in to change notification settings - Fork 0
Responses
Martin Magyar edited this page Dec 22, 2023
·
8 revisions
Here you can find all responses that the API can return.
The API wrapper returns data in an object. The object has two properties: status and data. The status property is the wrapper success/error message. The data property contains raw API data or in case of a failure error data. Error data is not always provided! Error data is provided in case of a "invalidtags", "unhandledError" and "fetchError" responses.
You can find error status explanations in the method's documentation.
You can find all data responses that the API can return here. This is also defined in the method's documentation.
The data won't be MapDetail instead it will be the response model MapDetail. This is just an example.
{"status": true, "data": MapDetail}