Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.52 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.52 KB

go-ipfs-api

standard-readme compliant GoDoc Build Status

An unofficial go interface to ipfs's HTTP API

Install

go get -u github.com/ipfs/go-ipfs-api

This will download the source into $GOPATH/src/github.com/ipfs/go-ipfs-api.

Usage

See the godocs for details on available methods. This should match the specs at ipfs/specs; however, there are still some methods which are not accounted for. If you would like to add any of them, see the contribute section below.

Contribute

Contributions are welcome! Please check out the issues.

Want to hack on IPFS?

License

MIT