Author(s):
- N/A
Maintainer(s):
- N/A
Abstract
The core
API is the programmatic interface for IPFS, it defines the method signatures.
TODO
Everything defined here is required.
- version
- node
- id
- start
- stop
- block
- get
- put
- stat
- object - Basic manipulation of the DAG
- data
- get
- links
- new
- patch
- put
- stat
- refs - Listing of references. (Essentially, walking around the graph).
- local
- repo - Basic manipulation of the repo
- init
- stat
- gc
- config get
- config put
- pin - Basic manipulation of the pin set
- add
- ls
- rm
Everything defined here is optional
- name (ipns)
- name publish
- resolve
- dns
- resolve
- tar
- add
- cat
- tour
- list
- next
- restart
- files
- add
- cat
- get
- stat - Statistics about everything
- bw
- mount
- bootstrap
- add
- list
- rm
- bitswap
- stat
- wantlist
- log
- level
- tail
Everything defined here is optional, and might be specific to the implementation details (like running on the command line).
- commands
- update
- init - sugar around ipfs repo init
- config
- edit
- replace
- show
- daemon
- diag
- net
- sys
- ping
- dht
- findpeer
- findprovs
- get
- put
- query
- swarm
- addrs
- addrs local
- connect
- disconnect
- filters
- filters add
- filters rm
- peers
- records (iprs)
- put
- get