tiaanduplessis / coinmarketcap-api

CoinMarketCap API wrapper for node
MIT License
121 stars 37 forks source link

API version v1 is default even though documentation claims v2 is default #61

Open ryandgoulding opened 1 year ago

ryandgoulding commented 1 year ago

Documentation: https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/index.js#L13

v.s.

Code: https://github.com/tiaanduplessis/coinmarketcap-api/blob/master/index.js#L18

I don't really care which is default, but the code and docs should be consistent at the least.