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.
(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.
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.