Registry / http-client / ipfs-go-ipfs-http-client

ipfs-go-ipfs-http-client

JSON →
library0.7.0gogounverified

A Go HTTP client for interacting with IPFS nodes, now deprecated in favor of github.com/ipfs/kubo/client/rpc.

go get github.com/ipfs/go-ipfs-http-client
INSTALL
IMPORT
SIG · IPFS-GO-IPFS-HTTP-
I
ipfs-go-ipfs-http-client
http-clientgov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

httpclient
github.com/ipfs/go-ipfs-http-client

Creates a new IPFS HTTP client connecting to a local node.

package main import ( "fmt" "github.com/ipfs/go-ipfs-http-client" ) func main() { client, _ := httpclient.New("localhost:5001") fmt.Println(client) }
Debug
Known issues
breakingThis package is deprecated and has moved to github.com/ipfs/kubo/client/rpc.
fix
Migrate to github.com/ipfs/kubo/client/rpc for continued support.
affects: >=0.7.0
Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
ipfs-go-ipfs-http-client — go get ipfs-go-ipfs-http-client · libregistry