This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Shared Core API (standardise across js-ipfs and js-ipfs-api) #110
Closed
Description
Once js-ipfs
milestone 1 is reached, we will start seeing more applications that will use IPFS and perhaps even depend fully on it in order to work. It is very important that we standardise as most as possible the core-API, so that we save our users from countless upgrading hurdles.
This will also help us identify how IPFS should be used directly. While we are at it, we must update js-ipfs-api
to expose the same interface, so that apps can exchange between a full node and one accessible through an http-api without a problem.
TODO list:
- define the core-api spec Define an IPFS Core API spec & adopt interface across impls specs#85
- update all of js-ipfs core api calls to follow the spec
- update all of js-ipfs-api core api calls to follow the spec