gateio-api 1.0.1 → 1.0.2
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 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,7 @@
|
|
|
1
1
|
# Node.js & JavaScript SDK for Gate.io REST APIs, WebSockets & WebSocket API
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
</a>
|
|
6
|
-
|
|
7
|
-
<a href="[1]#gh-dark-mode-only">
|
|
8
|
-
<div style="margin: 100px;">
|
|
9
|
-
<!-- <img src="./docs/images/logoDarkMode2.svg?raw=true#gh-dark-mode-only" alt="SDK Logo" width="100%" height="" /> -->
|
|
10
|
-
<img src="https://github.com/tiagosiebler/gateio-api/blob/master/docs/images/logoDarkMode2.svg?raw=true#gh-dark-mode-only" alt="SDK Logo" width="100%" height="" />
|
|
11
|
-
</div>
|
|
12
|
-
</a>
|
|
3
|
+

|
|
4
|
+

|
|
13
5
|
|
|
14
6
|
[][1]
|
|
15
7
|
[][1]
|
package/package.json
CHANGED