ipfs / go-ipfs-http-client

[archived] Legacy Kubo RPC client, use kubo/client/rpc instead.
MIT License
109 stars 41 forks source link

update pin interface to streaming core api #90

Closed willscott closed 4 years ago

willscott commented 4 years ago

https://github.com/ipfs/interface-go-ipfs-core master has a streaming pin ls API, however release branches have avoided it so far as a breaking change. This PR brings this library's implementation of the interface up to spec with the master branch.

willscott commented 4 years ago

(this is the 'cheap' way of solving #27 ) - it doesn't actually stream results over the HTTP API, but rather gathers all of them and then provides a fully-filled channel to the consumer.

aschmahmann commented 4 years ago

closed by #117