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
warn_for_status()
stop_for_status()
This prevents fast-failing in batch mode, but it requires to be careful as the post-processing of the request needs to be adjusted.
This is introduced in 74feae7.
The text was updated successfully, but these errors were encountered:
rcites_res() will need an argument raw to keep the raw content even when for failing requests.
rcites_res()
raw
Sorry, something went wrong.
✨ rcites_res() gains an argument raw #62
399e9d6
aa6913b introduces a message when info is not available.
No branches or pull requests
This prevents fast-failing in batch mode, but it requires to be careful as the post-processing of the request needs to be adjusted.
This is introduced in 74feae7.
The text was updated successfully, but these errors were encountered: