ipfs-cluster/api/rest
Hector Sanjuan 018e5dbaea Fix: --wait flag in ipfs-cluster-ctl
The --wait flag was being completely ignored unless --no-status was passed
too, which makes no sense because then it would print the wait status.

This waits when --wait and prints the status when --no-status is not passed.

If we have been waiting, the status comes from that. Otherwise we request it.

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
2018-03-29 11:23:40 +02:00
..
client Fix: --wait flag in ipfs-cluster-ctl 2018-03-29 11:23:40 +02:00
test Issue #162: Add tests for rest.Config 2017-10-19 20:49:18 +02:00
config_test.go Config: provide utility to parse duration arguments. Use it. 2018-03-16 14:22:11 +01:00
config.go api/rest: PrivateKey -> private_key for the json config 2018-03-28 18:23:12 +02:00
restapi_test.go restapi: Expose the http endpoints on libp2p 2018-03-15 17:14:22 +01:00
restapi.go Use iff iff it is necessary 2018-03-21 00:34:57 +01:00