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

Apply "use_common_user_agent" keyword arg to all network request functions #3

Open
fhightower opened this issue Jan 13, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed time est: 1 hour We estimate this issue will take 1 hour to complete

Comments

@fhightower
Copy link
Contributor

fhightower commented Jan 13, 2021

HELP WANTED: If you'd like to take this challenge on, please let me know! Even if you're new to Python and/or github, this is a great place to start and I'd be happy to help walk you through this challenge as much as you need - don't hesitate to ask.


The get function currently has a use_common_user_agent keyword argument that allows the function to use a common user-agent when making a request. This keyword argument should also be applied to the other, public functions in this library (e.g. post and delete).

@fhightower fhightower added enhancement New feature or request good first issue Good for newcomers labels Jan 13, 2021
@fhightower fhightower added help wanted Extra attention is needed time est: 1 hour We estimate this issue will take 1 hour to complete good first issue Good for newcomers and removed good first issue Good for newcomers labels Feb 15, 2021
@fhightower fhightower changed the title Apply use_common_user_agent kwarg for get function to other functions Apply "use_common_user_agent" keyword arg to all network request functions Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed time est: 1 hour We estimate this issue will take 1 hour to complete
Projects
None yet
Development

No branches or pull requests

1 participant