-
Notifications
You must be signed in to change notification settings - Fork 24
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: Koios token support #438
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 636aaa1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hi, @hadelive! |
No |
Is there something else that needs to be done so the pr can be merged? Thanks! |
Fixes #439
Add token support to Koios provider
Proposed Changes
Based on the Koios API specs, Koios can take in the request, an optional auth token. This PR aims to add token support to the Koios provider implementation:
Implementation Details
During the implementation we made the following changes:
getHeadersWithToken
utility to handle token header constructionTesting Instructions