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

feat: Explicitly support URL params in string form #1623

Merged
merged 8 commits into from
Apr 25, 2023

Conversation

@codecov
Copy link

codecov bot commented Apr 19, 2023

Codecov Report

Merging #1623 (dc5cc78) into main (c109744) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1623   +/-   ##
=======================================
  Coverage   86.41%   86.41%           
=======================================
  Files          58       58           
  Lines        4761     4761           
  Branches      798      798           
=======================================
  Hits         4114     4114           
  Misses        456      456           
  Partials      191      191           
Impacted Files Coverage Δ
singer_sdk/streams/rest.py 86.84% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

singer_sdk/streams/rest.py Outdated Show resolved Hide resolved
singer_sdk/streams/rest.py Outdated Show resolved Hide resolved
@edgarrmondragon edgarrmondragon marked this pull request as ready for review April 24, 2023 19:25
Copy link
Contributor

@kgpayne kgpayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its not obvious from the requests docs but I had a look at the source and verified strings are supported as params 🙌 This is very neat @edgarrmondragon 🚀

@edgarrmondragon edgarrmondragon merged commit 9ce7b3e into main Apr 25, 2023
@edgarrmondragon edgarrmondragon deleted the fix/explicit-support-string-query-params branch April 25, 2023 16:07
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.

2 participants