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

Add missing advanced mode to request method #1068

Merged
merged 1 commit into from
Nov 8, 2022

Conversation

RoelantDL
Copy link
Contributor

While fetching issues from the Atlassian Cloud API, it is common to hit the Rate Limit of Atlassian. If you want to handle the retry with the Retry-After header, you need the raw response of the request. Currently, it was only possible to enable advanced mode for the full class, but was missing the advance mode in the method.

While advanced mode was already added to the get method, it was not passed to the request method.

This PR adds a convenience option to the underlying request method, turned off by default, to enable advance mode.

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