cardano-community / koios-python

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

Adding Network switching and custom endpoint #4

Closed AstroWa3l closed 1 year ago

AstroWa3l commented 1 year ago

Description

Added a new feature for switching between mainnet and testnet instances of koios API and added the ability to use a custom endpoint to your own koios instance.

Motivation and context

We wanted to add more features to allow developers to use the library and koios to the fullest!

Which issue it fixes?

switching between various networks of Cardano and using a custom endpoint URL.

How has this been tested?

We created a unit test for all the features