This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
First iteration of interface-ipfs-core #18
Closed
Description
Here are some thoughts on the herculean task of building this out. For each section of the API (objects, blocks, etc) we
- write up a draft api for them as a PR in this repo
- get approval on that PR from the core js-ipfs devs
- write PRs on js-ipfs and js-ipfs-api to match said api
- write tests here on interface-ipfs-core for that api
- run both js-ipfs and js-ipfs-api against the interface-ipfs-core tests from (4)
We'll need this done for the whole core api:
high priority:
- objects
- draft api
- api approval
- js-ipfs support
- js-ipfs-api support
- interface-ipfs-core tests
- tests passing against js-ipfs and js-ipfs-api
- blocks
- draft api
- api approval
- js-ipfs support
- js-ipfs-api support
- interface-ipfs-core tests
- tests passing against js-ipfs and js-ipfs-api
- add
- draft api
- api approval
- js-ipfs support
- js-ipfs-api support
- interface-ipfs-core tests
- tests passing against js-ipfs and js-ipfs-api
- cat
- draft api
- api approval
- js-ipfs support
- js-ipfs-api support
- interface-ipfs-core tests
- tests passing against js-ipfs and js-ipfs-api
- get
- draft api
- api approval
- js-ipfs support
- js-ipfs-api support
- interface-ipfs-core tests
- tests passing against js-ipfs and js-ipfs-api
lower priority:
- version
- id
- refs
- pin
- log