shrimpy-dev

Results 4 comments of shrimpy-dev

What is the purpose of this PR? You mention it's "for .catch()", but these methods already propagate errors via "await"

Right, we aren't always expecting data. Using your examples, you expect a list of strings back from `getIpWhitelistAddresses`, but just want to know if the operation was successful for `deleteAccount`....

Right, the docs cover the request/response data. Just because `{ "success": true }`, is sent from the server, doesn't mean it needs to be sent to the caller of the...

That is by design, those methods will throw if there is an error. Is there is a reason you want the success object?