kubo/client/httpapi
2022-09-23 07:43:33 +00:00
..
api_test.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
api.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
apifile.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
block.go fix: interop with 'block put' from go-ipfs 0.13 (#158) 2022-04-21 22:18:19 +02:00
dag.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
dht.go update to consolidated libp2p interface package (#21) 2019-07-20 21:33:35 -07:00
errors_test.go correctness: only match CIDs matching go-cid.Cid.String output 2022-04-05 20:14:40 +02:00
errors.go correctness: only match CIDs matching go-cid.Cid.String output 2022-04-05 20:14:40 +02:00
key.go IDB58Decode -> Decode 2020-05-03 12:04:04 -07:00
name.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
object.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
path.go gomod: update iface with path refactor 2019-04-26 20:30:55 +02:00
pin.go fix staticcheck 2021-05-15 18:21:24 -07:00
pubsub.go feat: pubsub http rpc with multibase (#151) 2021-11-29 22:24:27 +01:00
README.md feat: pubsub http rpc with multibase (#151) 2021-11-29 22:24:27 +01:00
request.go feed through context 2019-04-04 00:37:23 -07:00
requestbuilder.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
response.go stop using the deprecated io/ioutil package 2022-09-23 07:43:33 +00:00
swarm.go IDB58Decode -> Decode 2020-05-03 12:04:04 -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