kubo/client/httpapi
Steven Allen e76ecd3038 nit: return concrete types
This is generally considered the "better" way to do things in go. It also allows
us to expose functions like `request` at some point without changing the API
interface itself.


This commit was moved from ipfs/go-ipfs-http-client@524e5d82e6
2019-03-29 13:38:28 +00:00
..
api_test.go test: don't panic on errors in async node construction 2019-02-21 14:50:10 +01:00
api.go nit: return concrete types 2019-03-29 13:38:28 +00:00
apifile.go update interface-go-ipfs-core and handle breaking changes 2019-03-29 13:08:14 +00:00
block.go Don't use valid() pattern 2019-02-14 19:05:17 +01:00
dag.go Simplify Object.New, remove ipldnode.go 2019-02-14 19:15:21 +01:00
dht.go Update imports to use extracted interface 2019-02-12 12:05:24 +01:00
key.go Don't use valid() pattern 2019-02-14 19:05:17 +01:00
name.go Don't use valid() pattern 2019-02-14 19:05:17 +01:00
object.go Simplify Object.New, remove ipldnode.go 2019-02-14 19:15:21 +01:00
path.go Implement missing methods 2019-02-14 18:45:19 +01:00
pin.go gofmt 2019-02-19 23:28:39 +01:00
pubsub.go cleanup Swarm.Peers 2019-02-19 23:11:08 +01:00
README.md wip notice in readme 2018-11-06 14:40:02 +01:00
request.go gofmt 2019-02-19 23:28:39 +01:00
requestbuilder.go response: simplify Decode 2019-02-20 16:52:41 +01:00
response.go request: fix Content-Disposition header in Send 2019-02-21 14:39:12 +01:00
swarm.go gofmt 2019-02-19 23:28:39 +01:00
unixfs.go update interface-go-ipfs-core and handle breaking changes 2019-03-29 13:08:14 +00:00

go-ipfs-http-api

standard-readme compliant GoDoc

IPFS CoreAPI implementation using HTTP API

This project is WIP, use https://github.com/ipfs/go-ipfs-api for now

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