Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fixed .ls spec #168

Merged
merged 1 commit into from
Nov 14, 2017
Merged

fixed .ls spec #168

merged 1 commit into from
Nov 14, 2017

Conversation

pgte
Copy link
Contributor

@pgte pgte commented Nov 13, 2017

For now, the inly supported .ls interface is the promise / callback one:

ipfs.ls(hash, (err, files) => {
  // ...
})

(According to the future spec in plan, the stream ones do not return a promise, but a direct stream. — saved for later once spec is merged)

@ghost ghost assigned pgte Nov 13, 2017
@ghost ghost added the in progress label Nov 13, 2017
@daviddias daviddias merged commit 9126076 into master Nov 14, 2017
@ghost ghost removed the in progress label Nov 14, 2017
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