You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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:
The text was updated successfully, but these errors were encountered: