mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-07 07:43:11 +00:00
Update Download to reflect API changes (#48)
This commit is contained in:
parent
255660cd1e
commit
929a51084c
@ -56,7 +56,7 @@ CID="..."
|
|||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl "http://localhost:8080/api/codex/v1/data/${CID}/network" \
|
curl "http://localhost:8080/api/codex/v1/data/${CID}/network/stream" \
|
||||||
-o "${CID}.png"
|
-o "${CID}.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -194,7 +194,7 @@ set CID="..."
|
|||||||
```
|
```
|
||||||
|
|
||||||
```batch
|
```batch
|
||||||
curl "http://localhost:8080/api/codex/v1/data/%CID%/network" ^
|
curl "http://localhost:8080/api/codex/v1/data/%CID%/network/stream" ^
|
||||||
-o "%CID%.png"
|
-o "%CID%.png"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user