You will find here every request you can make to the api of Ake.

General informations

Every response always contains in her body an object with the status of the request. If you are requesting some data, it will be into this object with the data key.

//Example of response 
{
	"status": "Ok", 
	"data": //Data requested
}

Untitled Database

Types

Here is the type of some errors and items (for example BasicError).

Types