richardschneider / net-ipfs-core

The core objects and interfaces of the interplanetary file system (IPFS)
https://richardschneider.github.io/net-ipfs-core/
MIT License
102 stars 58 forks source link

Repo gc and verify #93

Open richardschneider opened 5 years ago

richardschneider commented 5 years ago

These methods should return progress messages

curl "http://localhost:5001/api/v0/repo/verify"

{"Msg":"","Progress":1}
{"Msg":"","Progress":2}
...
{"Msg":"verify complete, all blocks validated.","Progress":0}

curl "http://localhost:5001/api/v0/repo/gc"

{"Key":{"/":"QmQzxYVyH6w7AGq7HibFeW4cC7XRK5GichF7duLF18h7kf"}}