# README
Kubo RPC Client
Extracted from github.com/ipfs/kubo/client/rpc
to avoid having to depend on the entire project as that would, e.g., lock us to the specific libp2p version used by the current kubo release.
# Packages
Package iface defines IPFS Core API which is a set of interfaces used to interact with IPFS nodes.
# Functions
ApiAddr reads api file in specified ipfs path.
NewApi constructs HttpApi with specified endpoint.
NewApiWithClient constructs HttpApi with specified endpoint and custom http client.
NewLocalApi tries to construct new HttpApi instance communicating with local IPFS daemon
Daemon api address is pulled from the $IPFS_PATH/api file.
NewPathApi constructs new HttpApi by pulling api address from specified ipfspath.
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrApiNotFound if we fail to find a running daemon.
# Structs
HttpApi implements github.com/ipfs/interface-go-ipfs-core/CoreAPI using IPFS HTTP API.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author