go-ipfs-api
go-ipfs-api copied to clipboard
The go interface to ipfs's HTTP API
The ipfs docs site is trying to build out docs for a branch of this repo that no longer exists https://github.com/ipfs/docs/blob/21a0c8a84eeba98bcc922fba7285c6ac9368eee0/Makefile#L51 It'd be great to have stable release tags that...
Are there usage examples? dont see any in the repo
This introduces functions for the IPFS p2p listener and stream APIs. A test is included for the listener functions, but not the stream functions. The stream functions require a remote...
Got this during a gx install of go-ipfs, running against the main gateways. not sure exactly what its talking about. ``` ERROR: from shell.Get(): http2: server sent GOAWAY and closed...
Hiya :) In the IPFS org we’ve [created a new group](https://github.com/ipfs/community/issues/352#issuecomment-440380041) for maintainers of client libraries. This will make it easier for us to loop you into issues that may...
Added a DefaultShell function to return a default shell and error as required by [issue 69](https://github.com/ipfs/go-ipfs-api/issues/69).
Currently to run the tests, you'll need to manually start a daemon locally, otherwise all of them will fail. Is it possible we can start some testing daemon before running...
I really like the "shell" name. But the IPFS api uses the naming "Node". to comply with that we should either switch or expose a "Node" type or functions or...
Is there a pubsub example I can use with go?
Can we add ProxyFromEnvironment to Transport settings of net.http.Client, so environment variable settings like http_proxy can be supported. Thanks.