You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,28 @@
1
-
## gate-api@4.15.2
1
+
## gate-api@4.15.3
2
2
3
3
TypeScript NodeJS client for gate-api.
4
4
5
5
APIv4 provides spot, margin and futures trading operations. There are public APIs to retrieve the real-time market statistics, and private APIs which needs authentication to trade on user's behalf.
6
6
7
7
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
For more information, please visit [https://www.gate.io/page/contacts](https://www.gate.io/page/contacts)
13
13
14
+
Environment
15
+
16
+
* Node.js
17
+
18
+
Language level
19
+
20
+
* ES2017
21
+
22
+
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html))
23
+
This package is targeting Node.js applications only, because it's not safe to store API secret in browser.
24
+
[gateapi-js](https://github.com/gateio/gateapi-js) can be used in browser but with public endpoints only.
25
+
14
26
## Versioning
15
27
16
28
Trying our best to follow the [semantic versioning](https://semver.org/), while enjoying recent features
@@ -35,18 +47,6 @@ If MAJOR version is incremented, make sure you read the release note on
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html))
47
-
This package is targeting Node.js applications only, because it's not safe to store API secret in browser.
48
-
[gateapi-js](https://github.com/gateio/gateapi-js) can be used in browser but with public endpoints only.
49
-
50
50
### Building
51
51
52
52
To build and compile the typescript sources to javascript use:
0 commit comments