Skip to content

Commit

Permalink
Merge pull request #28 from JJ-Cro/master
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 7265fbd + 5679077 commit d9531fc
Show file tree
Hide file tree
Showing 5 changed files with 320 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ ws-private-spot-wsapi-performance.ts
ws-private-perp-futures-wsapi-readonly.ts
privatetest.ts

privaterepotracker
privaterepotracker
restClientRegex.ts
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ Check out my related JavaScript/TypeScript/Node.js projects:

Most methods accept JS objects. These can be populated using parameters specified by gateio's API documentation.

- [Gate.io API Documentation](https://www.gate.io/docs/developers/apiv4/en/).
- [Gate.io API Documentation](https://www.gate.io/docs/developers/apiv4/en/)
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
- [TSDoc Documentation (autogenerated using typedoc)](https://tsdocs.dev/docs/gateio-api)

## Structure
Expand Down
Loading

0 comments on commit d9531fc

Please sign in to comment.