Response API
We wrapper all the response from our API by the generic class that has a format like this:
{
"message": String,
"data": T,
"version": String,
"status": Boolean
}
Last updated
Was this helpful?
We wrapper all the response from our API by the generic class that has a format like this:
{
"message": String,
"data": T,
"version": String,
"status": Boolean
}
Last updated
Was this helpful?