kubo/client/httpapi
Steven Allen b6b2ae355b doc: mark this package experimental instead of WIP (#30)
We're at a point where this package works pretty well and users should consider
using it.

This commit was moved from ipfs/go-ipfs-http-client@3e8506bbec
2019-08-30 18:44:24 -07:00
..
api_test.go api: fix failing test 2019-05-01 17:19:35 -07:00
api.go fix path miss in windows/add a new api create function (#23) 2019-08-12 16:16:47 -07:00
apifile.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
block.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
dag.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
dht.go update to consolidated libp2p interface package (#21) 2019-07-20 21:33:35 -07:00
key.go update to consolidated libp2p interface package (#21) 2019-07-20 21:33:35 -07:00
name.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
object.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
path.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
pin.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
pubsub.go update to consolidated libp2p interface package (#21) 2019-07-20 21:33:35 -07:00
README.md doc: mark this package experimental instead of WIP (#30) 2019-08-30 18:44:24 -07:00
request.go feed through context 2019-04-04 00:37:23 -07:00
requestbuilder.go Use interface for RequestBuilder 2019-05-10 15:38:20 +02:00
response.go use error from go-ipfs-cmds 2019-06-13 12:07:49 -07:00
swarm.go update to consolidated libp2p interface package (#21) 2019-07-20 21:33:35 -07:00
unixfs.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00

go-ipfs-http-api

standard-readme compliant GoDoc

IPFS CoreAPI implementation using HTTP API

This package is experimental and subject to change. If you need to depend on something less likely to change, please use go-ipfs-api. If you'd like the latest and greatest features, please use this package.

Documentation

https://godoc.org/github.com/ipfs/go-ipfs-http-api

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

Want to hack on IPFS?

License

MIT