Skip to content

Commit

Permalink
Merge pull request #64 from JJ-Cro/EndpointMap
Browse files Browse the repository at this point in the history
feat(): Added endpoint function map
  • Loading branch information
tiagosiebler authored Aug 30, 2024
2 parents 0cb61ab + 7ca5cf1 commit 9f6be5c
Show file tree
Hide file tree
Showing 3 changed files with 384 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ bundleReport.html
.history/
.idea
privaterepotracker
restClientRegex.ts
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ Check out my related JavaScript/TypeScript/Node.js projects:

Most methods accept JS objects. These can be populated using parameters specified by okx's API documentation, or check the type definition in the rest-client class methods.

- [RestClient](src/rest-client.ts).
- [OKX API Documentation](https://www.okx.com/docs-v5/en/#rest-api).
- [RestClient](src/rest-client.ts)
- [OKX API Documentation](https://www.okx.com/docs-v5/en/#rest-api)
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
- [TSDoc Documentation (generated using typedoc via npm module)](https://tsdocs.dev/docs/okx-api)

## Contributions & Thanks
Expand Down
Loading

0 comments on commit 9f6be5c

Please sign in to comment.