Consistent Response formats for all status codes #55
adnankhan-neo
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Its good to be consistent with our API responses irrespective of status codes something like this below:
{
"data": data,
"message": message,
"status": status
};
Beta Was this translation helpful? Give feedback.
All reactions