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
Thanks for the great library. I am using it as part of dareid/chakram.
We have noticed that when using the default logging, when the request has json set to true, the response body will just output body: { data: [Object] }.
Looking at your code, it seems like you do not assume anything about the body format, which makes sense. But when json is set to true, if I am correct, you know that the response body will be a JSON object.
Would it be possible to JSON.stringify in this situation?
The text was updated successfully, but these errors were encountered:
Thanks for the great library. I am using it as part of dareid/chakram.
We have noticed that when using the default logging, when the request has json set to true, the response body will just output
body: { data: [Object] }
.Looking at your code, it seems like you do not assume anything about the body format, which makes sense. But when json is set to true, if I am correct, you know that the response body will be a JSON object.
Would it be possible to JSON.stringify in this situation?
The text was updated successfully, but these errors were encountered: