cardano-community / koios-java-client

koios-java-client
https://www.koios.rest/
Apache License 2.0
18 stars 3 forks source link

Support for Koios tier token and project ID #138

Closed slux83 closed 1 year ago

slux83 commented 1 year ago

Now that Koios has a Tier based subscription, the Java library should provide a way to pass the access token and project Id to the endpoint in order to utilise the correct profile. Ref: https://koios.rest/pricing/Pricing.html

edridudi commented 1 year ago

Fixed in https://github.com/cardano-community/koios-java-client/pull/139/commits/faf7c1d13556870eadcd758ca25e605e07bebfdd

Now supporting API tokens since Version 1.17.3

Thanks.