Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

update pin interface to streaming core api #90

Closed
wants to merge 1 commit into from
Closed

Conversation

willscott
Copy link
Contributor

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
Copy link
Contributor Author

(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
Copy link
Contributor

closed by #117

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants