-
-
Notifications
You must be signed in to change notification settings - Fork 7
fix(lib): use .form
instead of .query
when relevant and added Accept: application/json
header
#129
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @okaerin, thanks for your PR!
In my opinion, it looks great! I only made one suggestion, see the comment from @ccoVeille.
Other than that, could you please edit the CHANGELOG.md
file to include a section about this fix?
.form
instead of .query
when relevant and added Accept: application/json
header
CodSpeed Performance ReportMerging #129 will improve performances by 24.95%Comparing Summary
Benchmarks breakdown
|
Looks great, thanks @okaerin! |
* fix(lib): use `.form` instead of `.query` when relevant and added `Accept: application/json` header (#129) * fix query to form encoded payload * change all requests to form encoded * add accept header "application/json" * revert /words to query encoded * update changelog * chore(ci): add cargo release functionality (#130) * rename unrelease * prepare next unreleased section * add release process and changelog update * add cargo release install cmd * omit workspace * fix(docs): release process doc (#133) * fix doc * update changelog * apply review comments - clarified purpose of cargo release - simplified release preparation (removed parameters are in Cargo.toml) * Update RELEASE-PROCESS.md --------- Co-authored-by: Jérome Eertmans <jeertmans@icloud.com> * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: Andreas Huber <43344129+okaerin@users.noreply.github.com> Co-authored-by: Jérome Eertmans <jeertmans@icloud.com>
Closes #128
Description
Change to use the
form
method instead ofquery
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers