cardano-community / koios-python

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

fix url for get_pool_delegators_history #9

Closed AstroWa3l closed 1 year ago

AstroWa3l commented 1 year ago

Description

Fixed url where we had _epoch vs _epoch_no and added content range

Where should the reviewer start?

pools.py -> get_pool_delegators_histroy()

Motivation and context

The function was not working properly due to a bad URL.

Which issue it fixes?

None was made

How has this been tested?

tests.py

QuixoteSystems commented 1 year ago

Perfect!!! Thank you Wael.