Registry /
networking / filecoin-project-kubo-api-client
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.