Matías Batista

Results 2 issues of Matías Batista

By removing the dependencies on `querystring` and `https`, this codebase would also run on browser platforms. I see there's only one call for each module in the whole code. Supporting...

The type definition for `client.coin.fetch()` function is missing for typescript. ```ts // package.json { "dependencies": { "coingecko-api": "^1.0.10", ... "devDependencies": { "@types/coingecko-api": "^1.0.2", ... } ```