gateio-api 1.0.4 → 1.0.6
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 +12 -6
- package/dist/cjs/RestClient.d.ts +559 -560
- package/dist/cjs/RestClient.js +271 -271
- package/dist/cjs/RestClient.js.map +1 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +0 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/mjs/RestClient.d.ts +559 -560
- package/dist/mjs/RestClient.js +271 -271
- package/dist/mjs/RestClient.js.map +1 -1
- package/dist/mjs/index.d.ts +0 -1
- package/dist/mjs/index.js +0 -1
- package/dist/mjs/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/types/response/shared.d.ts +0 -5
- package/dist/cjs/types/response/shared.js +0 -3
- package/dist/cjs/types/response/shared.js.map +0 -1
- package/dist/mjs/types/response/shared.d.ts +0 -5
- package/dist/mjs/types/response/shared.js +0 -2
- package/dist/mjs/types/response/shared.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Node.js & JavaScript SDK for Gate.io REST APIs, WebSockets & WebSocket API
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://www.npmjs.com/package/gateio-api">
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
</a>
|
|
4
|
+
<a href="https://www.npmjs.com/package/gateio-api">
|
|
5
|
+
<picture>
|
|
6
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/tiagosiebler/gateio-api/blob/master/docs/images/logoDarkMode2.svg?raw=true#gh-dark-mode-only">
|
|
7
|
+
<img alt="SDK Logo" src="https://github.com/tiagosiebler/gateio-api/blob/master/docs/images/logoBrightMode2.svg?raw=true#gh-light-mode-only">
|
|
8
|
+
</picture>
|
|
9
|
+
</a>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
[][1]
|
|
@@ -373,6 +373,12 @@ Have my projects helped you? Share the love, there are many ways you can show yo
|
|
|
373
373
|
- Or buy me all the coffee:
|
|
374
374
|
- ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
|
|
375
375
|
|
|
376
|
+
For more ways to give thanks & support my efforts, visit [Contributions & Thanks](https://github.com/tiagosiebler/awesome-crypto-examples/wiki/Contributions-&-Thanks)!
|
|
377
|
+
|
|
376
378
|
### Contributions & Pull Requests
|
|
377
379
|
|
|
378
380
|
Contributions are encouraged, I will review any incoming pull requests. See the issues tab for todo items.
|
|
381
|
+
|
|
382
|
+
## Star History
|
|
383
|
+
|
|
384
|
+
[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/binance&tiagosiebler/orderbooks&tiagosiebler/okx-api&tiagosiebler/bitget-api&tiagosiebler/awesome-crypto-examples&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&Date)
|