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

core-api for Go implementation #66

Closed
ghost opened this issue Aug 31, 2016 · 4 comments
Closed

core-api for Go implementation #66

ghost opened this issue Aug 31, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Aug 31, 2016

I'm working on the go-ipfs-core-api in go-ipfs/core/coreapi (ipfs/kubo#2876) for now, but I guess ideally it should move here? Should I move the js stuff into a subdirectory?

Also, should this repo be named something something core-api, instead of core interface? The terms API and interface aren't neccessarily synonymous. I know it's late for this concern, I just picked up the go-core-api work again and found it a bit irritating.

@dignifiedquire
Copy link
Contributor

but I guess ideally it should move here?

yes

Should I move the js stuff into a subdirectory?

Probably best to move all things that can be moved related to js into a folder javascript and add another folder go with the go things. Should also have a note on this in the readme

@ghost
Copy link
Author

ghost commented Sep 13, 2016

interface-core-api/go roadmap

The PM tracking milestone for this is here for now: https://github.com/ipfs/go-ipfs/milestone/19

The preliminary roadmap looks as follows:

  1. gateway powered by go-ipfs/core/coreapi
    1. preliminary Unixfs API: Cat(), Ls(), with tests -- Initial Core API, and gateway integration ipfs/kubo#3207
    2. preliminary Unixfs API: Add(), with tests
    3. Object API: AddLink(), RmLink()
  2. Unixfs API specs
  3. go-ipfs/core/coreapi moved to interface-ipfs-core/go
  4. gateway extracted from go-ipfs to go-ipfs-gateway
  5. go-ipfs-api implements Core API
    1. unixfs, object, block
    2. etc.
  6. go-ipfs commands use Core API
    1. unixfs, object, block
    2. etc.
  7. more API specs and implementations in go-ipfs-api and interface-core-api

@daviddias daviddias changed the title Go implementation core-api for Go implementation Nov 1, 2016
@daviddias
Copy link
Contributor

@lgierth anything that can be PR'ed to this repo? I'm interested to know if the current way of defining the API works for go land as well

@daviddias
Copy link
Contributor

This exists now and we even got a tutorial for it:

@hsanjuan hsanjuan removed this from In Progress in ipfs/js-ipfs Apr 27, 2020
@hsanjuan hsanjuan removed this from In Progress in ipfs/js-waffle Apr 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants