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
I need to dynamically change request headers, e.g. to switch bearer tokens when i reached the limit. How can i accomplish this?
The text was updated successfully, but these errors were encountered:
I believe right now this would require you to create a new instance of a client. We should call it a bug. I'd like to be able to do:
client.options[:headers] = { new headers }
Maybe you can write a spec for this behavior and we can try and fix this?
Sorry, something went wrong.
yes, this makes sense, a failing spec would be 👌
No branches or pull requests
I need to dynamically change request headers, e.g. to switch bearer tokens when i reached the limit. How can i accomplish this?
The text was updated successfully, but these errors were encountered: