go-ipfs-http-client
go-ipfs-http-client copied to clipboard
[archived] Legacy Kubo RPC client, use kubo/client/rpc instead.
Hi Team, Is it possible to add a base64 encoded input into IPFS using go-ipfs http client and while fetching the file using CID can we download the physical file...
Hi, there is currently no example of how to connect this client to an ipfs node within the README here or within the godocs. Is it possible this can be...
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.4.0 to 0.4.3. Release notes Sourced from github.com/ipfs/go-unixfs's releases. v0.4.3 What's Changed sync: update CI config files by @web3-bot in ipfs/go-unixfs#137 Full Changelog: https://github.com/ipfs/go-unixfs/compare/v0.4.2...v0.4.3 v0.4.1 What's Changed...
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...
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...
Bumps [github.com/ipfs/go-unixfs](https://github.com/ipfs/go-unixfs) from 0.2.4 to 0.2.6. Commits 4a10174 feat: switch to HAMT based on size (#91) 28e86c5 go fmt cd9b8c9 fix: add pointer receiver 930e8c9 add test 8c3d5ec feat: add...
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.14 to 0.0.15. Commits c3ba253 Merge pull request #136 from multiformats/dependency-separation cebc9f8 Add core package (min deps) and give root package full transitive deps again. 1a96911 Reintroduce...
Bumps [github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format) from 0.0.2 to 0.0.3. Commits b30b450 Merge pull request #28 from ipfs/dependabot/go_modules/github.com/ipfs/go-cid... 649ff1c Merge pull request #27 from ipfs/dependabot/go_modules/github.com/multiformat... af6d8ab Bump github.com/ipfs/go-cid from 0.0.5 to 0.0.7 8d87c4c Bump...
Bumps [github.com/ipfs/go-ipfs-cmds](https://github.com/ipfs/go-ipfs-cmds) from 0.3.0 to 0.6.0. Release notes Sourced from github.com/ipfs/go-ipfs-cmds's releases. v0.6.0 Added support for DelimitedStringsOption which allows the CLI to process options like command --inputs="a,b,c --inputs="x,y,z" as []string{"a","b","c","x","y","z"}....