Skip to content

Add support for query parameters for POST, PATCH, and PUT requests #301

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

Closed
wants to merge 0 commits into from

Conversation

ajuanjojjj
Copy link

I noticed that this was only supported for GET and DELETE requests. Given that some APIs do actually support having query parameters for these types, I figured that adding support for them (Given that the update has no conflicting changes) only makes the client more versatile.

My last PR had some problems with some test units failing because of a down link, but this one should be all good.

Fixes #257 and has no breaking changes.

@ajuanjojjj
Copy link
Author

And https://httpbingo.org/redirect-to seems to be failing because certificate has expired, although seems to be working fine when testing locally.
Is this a known thing? If not, should I change the httpbingo tests to a different one?

@ajuanjojjj ajuanjojjj closed this Oct 18, 2021
@ajuanjojjj ajuanjojjj reopened this Oct 18, 2021
@ajuanjojjj
Copy link
Author

I'm guessing given the tests working locally and the weird timing that it might have just been a temporal thing that should be fixed by now, could anyone please re-trigger the checks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for query parameters in create, update and replace calls
1 participant