ig-trading-api icon indicating copy to clipboard operation
ig-trading-api copied to clipboard

IG Trading API for Node.js, written in TypeScript.

Results 2 ig-trading-api issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...

type: chore 🧹

``` const prices = await client.rest.market.price.getPrices('blaaaaa', Resolution.SECOND, 10); console.log('hello'); ``` * No error throwed * No hello * Code is frozen I've never used yield so i can not make...