Response
Indicates whether the call was successful. true
if successful, false
if
not.
The contents of the data object
Just a small message to show you you’re on the track to logging your own logs
;)
curl --location --request GET 'https://api.lawg.dev/v1' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>'
{
"success": true,
"data": {
"message": "...heeeellloooo from v1 api"
}
}