go-ipfs-api
go-ipfs-api copied to clipboard
The go interface to ipfs's HTTP API
When attempting to add a directory with very large files to IPFS, I'm getting an error returned "unexpected EOF". I'm running a private IPFS network with ipfs nodes running ipfs/go-ipfs:release,...
Hello, I wonder if there is a way to show progress bar for `get` method, just like in `ipfs cli`?
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.3.0 to 0.4.0. Release notes Sourced from github.com/multiformats/go-multiaddr's releases. v0.4.0 New Features add TLS (#153) add Noise (#156) Breaking Changes remove deprecated SwapToP2pMultiaddrs (#161) remove deprecated Filters.Filters,...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
I found in `request.go`: ```go func (r *Request) Send(c *http.Client) (*Response, error) { // snip if resp.StatusCode >= http.StatusBadRequest { // snip io.Copy(ioutil.Discard, resp.Body) resp.Body.Close() } } ``` when developer...
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.5 to 0.2.0. Commits 58864dc Merge pull request #72 from multiformats/deprecate 4ebdfdc Deprecate See full diff in compare view [](https://dependabot.com/compatibility-score/?dependency-name=github.com/multiformats/go-multiaddr-net&package-manager=go_modules&previous-version=0.1.5&new-version=0.2.0) Dependabot will resolve any conflicts...
It has come to my attention that using the --discover flag on PubSubSubscribe is not possible. Adding an option to the method would be quite trivial and should be done...
This code is pretty much the same in both places, this should make the maintenance easier. Fixes https://github.com/ipfs/go-ipfs-http-client/issues/5, Depends on https://github.com/ipfs/go-ipfs-http-client/pull/18