@carbon-terminal/trading-sdk 0.2.5 → 0.2.7
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 +4 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
# SDK for
|
|
1
|
+
# SDK for Carbon Terminal Trading API
|
|
2
2
|
|
|
3
|
-
This SDK is used to interact with the
|
|
3
|
+
This SDK is used to interact with the Carbon Terminal Trading API.
|
|
4
|
+
https://gw.carbon.inc/api
|
|
4
5
|
|
|
5
|
-
This SDK will use @
|
|
6
|
+
This SDK will use @carbon-terminal/core to define the types and interfaces.
|
|
6
7
|
On top of that, it will provide a client to interact with the API.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-terminal/trading-sdk",
|
|
3
|
-
"version": "0.2.
|
|
4
|
-
"description": "This SDK is used to interact with the
|
|
3
|
+
"version": "0.2.7",
|
|
4
|
+
"description": "This SDK is used to interact with the Carbon Trading API.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|