gateio-api 1.0.14 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,8 @@ Check out my related JavaScript/TypeScript/Node.js projects:
|
|
|
72
72
|
|
|
73
73
|
Most methods accept JS objects. These can be populated using parameters specified by gateio's API documentation.
|
|
74
74
|
|
|
75
|
-
- [Gate.io API Documentation](https://www.gate.io/docs/developers/apiv4/en/)
|
|
75
|
+
- [Gate.io API Documentation](https://www.gate.io/docs/developers/apiv4/en/)
|
|
76
|
+
- [REST Endpoint Function List](./docs/endpointFunctionList.md)
|
|
76
77
|
- [TSDoc Documentation (autogenerated using typedoc)](https://tsdocs.dev/docs/gateio-api)
|
|
77
78
|
|
|
78
79
|
## Structure
|
package/package.json
CHANGED