From c2d406ef6f1a60de541da67a0c83f04c09b130ba Mon Sep 17 00:00:00 2001 From: Jerko J <83344666+JJ-Cro@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:56:14 +0200 Subject: [PATCH] chore(): updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb4b3b9..63567d5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Check out my related JavaScript/TypeScript/Node.js projects: Most methods accept JS objects. These can be populated using parameters specified by Bybit's API documentation, or check the type definition in each class within the github repository (see table below for convenient links to each class). - [Bybit API Docs](https://bybit-exchange.github.io/docs/v5/intro) +- [REST Endpoint Function List](./docs/endpointFunctionList.md) - [TSDoc Documentation (generated using typedoc via npm module)](https://tsdocs.dev/docs/bybit-api) ## Structure