@settlemint/dalp-cli 3.1.7-main.33039989891 → 3.1.7-main.33041799461
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 +1 -1
- package/dist/dalp.js +30011 -23811
- package/dist/dalp.js.map +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Command paths come from the **OpenAPI URL** (static segments) plus the HTTP verb
|
|
|
17
17
|
| HTTP | URL | CLI |
|
|
18
18
|
| ------ | ----------------------------------------- | ---------------------------------------------------- |
|
|
19
19
|
| `GET` | `/api/v2/tokens` | `dalp get tokens` |
|
|
20
|
-
| `GET` | `/api/v2/tokens/{
|
|
20
|
+
| `GET` | `/api/v2/tokens/{assetId}` | `dalp get tokens <assetId>` |
|
|
21
21
|
| `GET` | `/api/v2/tokens/{tokenAddress}/documents` | `dalp get tokens documents <tokenAddress>` |
|
|
22
22
|
| `POST` | `/api/v2/tokens/{tokenAddress}/mints` | `dalp create tokens mints <tokenAddress> --body '…'` |
|
|
23
23
|
|