We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks good! The one update I would make that would help with issues like the missing = is to use dictionaries of query params instead of building urls. The params argument of requests.get can be used for this and examples can be found here https://requests.readthedocs.io/en/latest/user/quickstart/#passing-parameters-in-urls
=
params
requests.get
Originally posted by @lboeman in #12 (review)
The text was updated successfully, but these errors were encountered:
#15
Sorry, something went wrong.
reyg3
No branches or pull requests
Looks good! The one update I would make that would help with issues like the missing
=
is to use dictionaries of query params instead of building urls. Theparams
argument ofrequests.get
can be used for this and examples can be found here https://requests.readthedocs.io/en/latest/user/quickstart/#passing-parameters-in-urlsOriginally posted by @lboeman in #12 (review)
The text was updated successfully, but these errors were encountered: