mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-04 06:13: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
|
||||
curl "http://localhost:8080/api/codex/v1/data/${CID}/network" \
|
||||
curl "http://localhost:8080/api/codex/v1/data/${CID}/network/stream" \
|
||||
-o "${CID}.png"
|
||||
```
|
||||
|
||||
@ -194,7 +194,7 @@ set CID="..."
|
||||
```
|
||||
|
||||
```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"
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user