An unofficial go interface to ipfs's HTTP API
go get -u github.com/ipfs/go-ipfs-api
This will download the source into $GOPATH/src/github.com/ipfs/go-ipfs-api
.
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.
Contributions are welcome! Please check out the issues.
MIT