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

Spec out current state of the http api #7

Closed
31 of 78 tasks
dignifiedquire opened this issue Nov 24, 2015 · 7 comments
Closed
31 of 78 tasks

Spec out current state of the http api #7

dignifiedquire opened this issue Nov 24, 2015 · 7 comments

Comments

@dignifiedquire
Copy link
Collaborator

Current version: http://docs.ipfs.apiary.io/#

TODO

  • add
  • bitswap (@dignifiedquire)
    • bitswap stat
    • bitswap unwant
    • bitswap wantlist
  • block (@dignifiedquire)
    • block get
    • block put
    • block stat
  • bootstrap (@RichardLitt)
    • bootstrap add
    • bootstrap list
    • bootstrap rm
  • cat (@RichardLitt)
  • commands
  • config
    • config edit
    • config replace
    • config show
  • dht
    • dht findpeer
    • dht findprovs
    • dht get
    • dht put
    • dht query
  • diag
    • diag net
    • diag sys
  • dns
  • file
    • file ls
  • get
  • id
  • log
    • log level
    • log tail
  • ls
  • mount
  • name
    • name publish
    • name resolve
  • object
    • object data
    • object get
    • object links
    • object new
    • object patch
    • object put
    • object stat
  • pin
    • pin add
    • pin ls
    • pin rm
  • ping
  • refs
    • refs local
  • repo
    • repo gc
  • resolve
  • stats
    • stats bw
  • swarm
    • swarm addrs
    • swarm addrs local
    • swarm connect
    • swarm disconnect
    • swarm filters
    • swarm filters add
    • swarm filters rm
    • swarm peers
  • tar
    • tar add
    • tar cat
  • tour
    • tour list
    • tour next
    • tour restart
  • version
@daviddias
Copy link
Contributor

Are you spec'ing out the IPFS API (as if required by a module), the HTTP API (which currently is pseudo RESTful) or the IPFS cli first?

@dignifiedquire
Copy link
Collaborator Author

@diasdavid I'm documenting all existing http methods that I can find, I started with the list I got from ipfs commands and go through each one of them and see if they are available, and if so how they work. All is done against the official 0.3.9 binary.

This was referenced Nov 30, 2015
@jbenet
Copy link
Contributor

jbenet commented Dec 8, 2015

cc @kyledrake

@jbenet
Copy link
Contributor

jbenet commented Dec 8, 2015

@dignifiedquire great find on apiary, im getting to love it

@daviddias
Copy link
Contributor

Let's bring the list defined today at the API meeting to this repo :):)

@jbenet
Copy link
Contributor

jbenet commented Dec 8, 2015

@daviddias
Copy link
Contributor

Link is broken, apparently was moved to -> https://github.com/ipfs/specs/tree/master/api

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

4 participants