Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-ipfs-api implements IPFS Core API interface #3173

Closed
1 task
ghost opened this issue Sep 1, 2016 · 1 comment
Closed
1 task

go-ipfs-api implements IPFS Core API interface #3173

ghost opened this issue Sep 1, 2016 · 1 comment
Labels
topic/api Topic api topic/core-api Topic core-api

Comments

@ghost
Copy link

ghost commented Sep 1, 2016

The origin of go-ipfs-api is a library called ipfs-shell, which didn't try to closely map to the IPFS API, let alone the Core API which didn't even exist back then.

We want go-ipfs-api to implement the Core API interface, so that the same code can be used with both an in-process node, as well as a remote node over HTTP. In the future we want to add more Core API functions to go-ipfs-api (feature completeness).

Dependencies:

@ghost ghost added topic/api Topic api topic/core-api Topic core-api labels Sep 1, 2016
@ghost ghost added this to the IPFS Core API milestone Sep 1, 2016
@whyrusleeping whyrusleeping added the status/deferred Conscious decision to pause or backlog label Sep 14, 2016
@ghost ghost modified the milestone: IPFS Core API Nov 2, 2016
@ghost
Copy link
Author

ghost commented Dec 17, 2017

Closing in favor of #4498

@ghost ghost closed this as completed Dec 17, 2017
@ghost ghost removed the status/deferred Conscious decision to pause or backlog label Dec 17, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/api Topic api topic/core-api Topic core-api
Projects
None yet
Development

No branches or pull requests

1 participant