tosunthex/CoinGecko

IExchangesClient misses GetExchanges(int perPage,string page)

OxfordGrid opened this issue · 1 comments

The following method from the ExchangesClient class doesn't exist in IExchangesClient:
public async Task<IReadOnlyList<Exchanges>> GetExchanges(int perPage,string page)

As a result there is no way to get more than 100 exchanges

@OxfordGrid

thanks again. I fixed it you can check the new version