-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest client is adding extra quotes to payload #230
base: master
Are you sure you want to change the base?
Rest client is adding extra quotes to payload #230
Conversation
There is an issue with the https://httpbin.org/#/Redirects/get_redirect_to endpoint, and returns a 404 no matter what. I have sent an email to the owner of that site to see if he can help. |
@damccorm would you please take a look when you have some time? Since the site the tests depend on doesn't work anymore for redirects, I can remove those tests if you want. |
Anything happening to get this merged? Would surely be useful on a project where I'm using this lib! :) |
…yload-if-not-json
…om/fushinoryuu/typed-rest-client into dont-stringify-payload-if-not-json
Added a check to not stringify the payload unless its of the right type.
This PR closes #229