-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Fixed #14611 -- Added query_params argument to RequestFactory and Client classes. #17447
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
Conversation
faab61c
to
a261b76
Compare
docs/topics/testing/tools.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
versionchanged
annotations are missing for every method.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
query_params=None
is missing in AsyncClient
and Client
signatures and docs.
@knyghty Thanks 👍 We can keep both |
@felixxm Yes, this week I think, thanks 👍🏻 |
@felixxm these are both done now. |
…nd Client classes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@knyghty Thanks 👍 I pushed missing documentation changes.
docs/topics/testing/tools.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
query_params=None
is missing in AsyncClient
and Client
signatures and docs.
docs/topics/testing/tools.txt
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
query_params
is missing in the head()
signature and docs.
d3801df
to
a035939
Compare
No description provided.