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
Right now, we return what the native Net::HTTP returns as a body, which is a raw string. We will keep that functionality, but add a helper such that you can say response.json_body to get a JSON formatted response body.