fix for issue #13722: send body for application/x-www-form-urlencoded data#13723
Conversation
…m-urlencoded data
|
Hey there, thank you for your PR! |
spacether
left a comment
There was a problem hiding this comment.
Please see the comments for needed changes to get CI tests passing and add a verification endpoint test
As a newbie in this repo (and with the recent swap of python-experimental to python), I'm having a bit of trouble finding the right place to add a verification endpoint test. Can you recommend a file or directory where I should add the test and/or the command to run the test? |
Sure thing. Here are the steps:
|
|
Thanks for the pointers. I added a verification endpoint test, but am not really happy with the Also... Please let me know if you want me to have a look at using the fields option for urllib3. It's possible that I might be able to get it to work (but using fields will require changes over more code files). |
spacether
left a comment
There was a problem hiding this comment.
Looks great, thank you for adding the test!
|
CI failure is unrelated |
I wanted the fields removed from the call not used. No need to futz with it. |
Fix for issue #13722: verified with successful calls to /v5/oauth/token endpoints for https://github.com/pinterest/api-description
@spacether
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(6.1.0) (minor release - breaking changes with fallbacks),7.0.x(breaking changes without fallbacks)