You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current schema for API responses follows the following general pattern:
{
"status": 200,
"data": {}
}
The status code is fairly redundant and never used. I am open to suggestions to what may be more effective schema. That may be as simple as just returning the data, but I would like it to look somewhat sophisticated if possible. In addition, I am open to suggestions for error schemas.
If you have suggestions, please reply with a comment below with your suggestions.
The text was updated successfully, but these errors were encountered:
The current schema for API responses follows the following general pattern:
The status code is fairly redundant and never used. I am open to suggestions to what may be more effective schema. That may be as simple as just returning the data, but I would like it to look somewhat sophisticated if possible. In addition, I am open to suggestions for error schemas.
If you have suggestions, please reply with a comment below with your suggestions.
The text was updated successfully, but these errors were encountered: