ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.89k stars 2.98k forks source link

IPFS RPC API documentation #10446

Open stolab opened 3 weeks ago

stolab commented 3 weeks ago

Checklist

Location

No response

Description

Is there some documentation available on how to use the RPC API for kubo](https://pkg.go.dev/github.com/ipfs/kubo/client/rpc) ? It feels like it's capable of doing a loooot of stuff but it's really hard (at least for me) to understand how to use that.

For example I cannot understand how to get an asset from a localAPI based on the CID....

stolab commented 3 weeks ago

Which means even the example at the top does not work anymore......