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
Make sure that the responses are standardized. Right now some return in a wrapper like
{"status": "success", "data": object }
and some are just the
object
We just need one way to do them all. I would say do them all wrapped that way incase we need to do pagination you can add that metadata in the wrapper like .
Make sure that the responses are standardized. Right now some return in a wrapper like
and some are just the
We just need one way to do them all. I would say do them all wrapped that way incase we need to do pagination you can add that metadata in the wrapper like .
Technically i don't need the status field that can be determined through http codes.
The text was updated successfully, but these errors were encountered: