feat(): added endpoint function map

This commit is contained in:
Jerko J
2024-08-30 11:15:01 +02:00
parent bf1317f6f1
commit 8772f3de1b
3 changed files with 299 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ Check out my related projects:
Most methods pass values as-is into HTTP requests. These can be populated using parameters specified by Bitget's API documentation, or check the type definition in each class within this repository (see table below for convenient links to each class).
- [Bitget API Documentation](https://www.bitget.com/api-doc/common/intro).
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
## Structure