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
I might be missing something but in all but your GET requests, you don't send back any response. There is still useful information in the response for PUT and POST requests that at the very least would eliminate having to run a second API call to get the information and confirm what you sent.
Also always returning a response at least let's you write error handling if the PUT/POST fails or returns something you don't expect.
The text was updated successfully, but these errors were encountered:
I might be missing something but in all but your GET requests, you don't send back any response. There is still useful information in the response for PUT and POST requests that at the very least would eliminate having to run a second API call to get the information and confirm what you sent.
Also always returning a response at least let's you write error handling if the PUT/POST fails or returns something you don't expect.
The text was updated successfully, but these errors were encountered: