go-ipfs-api
go-ipfs-api copied to clipboard
The go interface to ipfs's HTTP API
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...
# Example ```go func Wrap(enabled bool) ipfs.AddOpts { return func(rb *ipfs.RequestBuilder) error { rb.Option("wrap-with-directory", enabled) return nil } } ```
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.26.3 to 0.27.8. Release notes Sourced from github.com/libp2p/go-libp2p's releases. v0.27.8 This patch release contains backports of: updating the qtls dependencies (qtls is quic-go's fork of crypto/tls). The...
In addition to: - DagPut - DagGet I expect [dag.go](https://github.com/ipfs/go-ipfs-api/blob/master/dag.go) to implement: - **DagImport** - DagExport - DagResolve - DagStat Is there any plan to add them in the future?
I want to use CidVersion(1) at least. Assuming the nocopy option is added (#275) that needs to be in AddOpts too, I suppose. And I'd like to be able to...
Kubo has FilestoreEnabled as an experimental option. I think not duplicating data (and not storing it in an obfuscated way, when I've already got the files that I want to...
When exposing a node's API over the internet, it's a common thing to have it behind a proxy and to protect it with authentication, the simplest one being HTTP BasicAuth....
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.6.1 to 0.9.0. Release notes Sourced from github.com/libp2p/go-libp2p-core's releases. v0.9.0 In this release, we removed a number functions and types that have long been deprecated: crypto/KeyStretcher and...