Skip to content
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

Add support for key-only request parameters #500

Merged
merged 2 commits into from Jan 14, 2022
Merged

Add support for key-only request parameters #500

merged 2 commits into from Jan 14, 2022

Conversation

JWCook
Copy link
Member

@JWCook JWCook commented Jan 14, 2022

Closes #499

@JWCook JWCook added this to the v0.9 milestone Jan 14, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #500 (483574f) into master (0185d02) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #500   +/-   ##
=======================================
  Coverage   98.75%   98.76%           
=======================================
  Files          18       18           
  Lines        1290     1293    +3     
  Branches      185      187    +2     
=======================================
+ Hits         1274     1277    +3     
  Misses          8        8           
  Partials        8        8           
Impacted Files Coverage Δ
requests_cache/cache_keys.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0185d02...483574f. Read the comment docs.

@JWCook JWCook merged commit a29b85c into requests-cache:master Jan 14, 2022
@JWCook JWCook deleted the key-only-params branch January 14, 2022 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

normalize_request and url parameter keys without values
2 participants