Registry / networking / filecoin-project-kubo-api-client

filecoin-project-kubo-api-client

JSON →
library0.27.0gogounverified

A Go client library for interacting with the Kubo (IPFS) API.

go get github.com/filecoin-project/kubo-api-client
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-K
F
filecoin-project-kubo-api-client
networkinggov0.27.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.

kuboapi
github.com/filecoin-project/kubo-api-client

Connect to a local Kubo IPFS node and get its ID.

package main import ( "context" "fmt" kuboapi "github.com/filecoin-project/kubo-api-client" ) func main() { client, _ := kuboapi.NewClient("http://localhost:5001") id, _ := client.ID(context.Background()) fmt.Println(id) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.27.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
Bingbot
1
OpenAI (training)
1
Resources
filecoin-project-kubo-api-client — go get filecoin-project-kubo-api-client · libregistry