cardano-community / koios-python

Python API Library for Cardano Koios RESTful
MIT License
18 stars 6 forks source link

Update for koios v0 api to v1 api #13

Closed AstroWa3l closed 7 months ago

AstroWa3l commented 8 months ago

Description

Added all new endpoints and bearer token auth for API.

Where should the reviewer start?

koios_python folder and tests.py

Motivation and context

To match the latest release of the Koios api and add bearer token.

Which issue it fixes?

Added all new endpoints and bearer token auth

How has this been tested?

Simple testing in the tests.py file