Update README.md

Co-authored-by: Tiago <tiagosiebler@users.noreply.github.com>
This commit is contained in:
CryptoCompiler
2021-02-14 17:26:54 +00:00
committed by GitHub
parent 629ecd3d29
commit 80bcbdb752

View File

@@ -12,8 +12,8 @@ A production-ready Node.js connector for the Bybit APIs and WebSockets, with Typ
## Issues & Discussion ## Issues & Discussion
- Issues? Check the [issues tab](https://github.com/tiagosiebler/bybit-api/issues). - Issues? Check the [issues tab](https://github.com/tiagosiebler/bybit-api/issues).
- RestClient not defined? With the recent addition of LinearClient, we renamed RestClient to InverseClient. Change all old references.
- Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram. - Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
- `'bybit-api' has no exported member 'RestClient'`: use `InverseClient` instead of `RestClient`
## Documentation ## Documentation
Most methods accept JS objects. These can be populated using parameters specified by Bybit's API documentation. Most methods accept JS objects. These can be populated using parameters specified by Bybit's API documentation.