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 authorization token support to Koios provider #439

Closed
2 tasks done
kozer opened this issue Dec 5, 2024 · 0 comments · Fixed by #455
Closed
2 tasks done

Add authorization token support to Koios provider #439

kozer opened this issue Dec 5, 2024 · 0 comments · Fixed by #455

Comments

@kozer
Copy link
Contributor

kozer commented Dec 5, 2024

Currently, there's no way to make authenticated requests to Koios API endpoints that require an authorization token.

Required Changes

  • Add token support in the provider implementation
  • Update HTTP request handling to include authorization headers when token is present
  • Maintain backward compatibility for non-authenticated requests
  • Add test coverage for token scenarios

Done is:

  • Add token support to Koios constructor
  • Add tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant