ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

feature/add-fetch-client-to-options #619

Open mmcomp opened 1 year ago

mmcomp commented 1 year ago

In this PR I added a fetchClient option so that we can override the fetch and use some other options like respecting the rate limit and such.

Best Wishes