Apply "use_common_user_agent" keyword arg to all network request functions #3
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
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 ause_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
anddelete
).The text was updated successfully, but these errors were encountered: