-
Notifications
You must be signed in to change notification settings - Fork 27
Authorization Headers are not supported #701
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
Comments
So yeah We've had some ideas on how to improve this, like adding a second argument to Will leave this open for discussion. |
Getting this integrated would be a big enabler. Is there any workaround for me as a developer to set headers on the SDK? Can I access some internal variables or apply an interceptor to add the necessary header information? |
There's unfortunately no workarounds at the moment. |
I use API that requires 2 secrets, so it's really a blocker in using this lib. At least workaround would be great 🙏 |
Wow that's like the first thing I'd do when implementing such tool :) @erunion is there anything we can do to help? Or is there a reason why it HAS to be like this? |
I am trying to use
api
to make request to Alpaca. The Readme.io demo page shows me that I can add Authorization Headers for the API Key & API Secret. When I follow the example, my code crashes with the following message:Here is the example:
Screenshot
The text was updated successfully, but these errors were encountered: