Documentation ¶
Overview ¶
Deprecated: This repo has moved inside Kubo in order to make it easier to keep kubo and the http-client in sync, please use github.com/ipfs/kubo/client/rpc instead.
Index ¶
- Constants
- Variables
- func ApiAddr(ipfspath string) (ma.Multiaddr, error)deprecated
- type BlockAPIdeprecated
- type DhtAPIdeprecated
- type Errordeprecated
- type HttpApideprecated
- func NewApi(a ma.Multiaddr) (*HttpApi, error)deprecated
- func NewApiWithClient(a ma.Multiaddr, c *http.Client) (*HttpApi, error)deprecated
- func NewLocalApi() (*HttpApi, error)deprecated
- func NewPathApi(ipfspath string) (*HttpApi, error)deprecated
- func NewURLApiWithClient(url string, c *http.Client) (*HttpApi, error)deprecated
- type HttpDagServdeprecated
- type KeyAPIdeprecated
- type NameAPIdeprecated
- type ObjectAPIdeprecated
- type PinAPIdeprecated
- type PubsubAPIdeprecated
- type Requestdeprecated
- type RequestBuilderdeprecated
- type Responsedeprecated
- type RoutingAPIdeprecated
- type SwarmAPIdeprecated
- type UnixfsAPIdeprecated
Constants ¶
const DefaultApiFile = rpc.DefaultApiFile
Deprecated: use rpc.DefaultApiFile instead.
const DefaultPathName = rpc.DefaultPathName
Deprecated: use rpc.DefaultPathName instead.
const DefaultPathRoot = rpc.DefaultPathRoot
Deprecated: use rpc.DefaultPathRoot instead.
const EnvDir = rpc.EnvDir
Deprecated: use rpc.EnvDir instead.
Variables ¶
var ErrApiNotFound = rpc.ErrApiNotFound
Deprecated: use rpc.ErrApiNotFound instead.
Functions ¶
Types ¶
type BlockAPI
deprecated
Deprecated: use rpc.BlockAPI instead.
type DhtAPI
deprecated
Deprecated: use rpc.DhtAPI instead.
type HttpApi
deprecated
Deprecated: use rpc.HttpApi instead.
func NewApiWithClient
deprecated
func NewLocalApi
deprecated
Deprecated: use rpc.NewLocalApi instead.
func NewPathApi
deprecated
Deprecated: use rpc.NewPathApi instead.
func NewURLApiWithClient
deprecated
added in
v0.0.2
type HttpDagServ
deprecated
type HttpDagServ = rpc.HttpDagServ
Deprecated: use rpc.HttpDagServ instead.
type KeyAPI
deprecated
Deprecated: use rpc.KeyAPI instead.
type NameAPI
deprecated
Deprecated: use rpc.NameAPI instead.
type ObjectAPI
deprecated
Deprecated: use rpc.ObjectAPI instead.
type PinAPI
deprecated
Deprecated: use rpc.PinAPI instead.
type PubsubAPI
deprecated
Deprecated: use rpc.PubsubAPI instead.
type Request
deprecated
Deprecated: use rpc.Request instead.
func NewRequest
deprecated
type RequestBuilder
deprecated
type RequestBuilder = rpc.RequestBuilder
Deprecated: use rpc.RequestBuilder instead.
type Response
deprecated
Deprecated: use rpc.Response instead.
type RoutingAPI
deprecated
added in
v0.5.0
type RoutingAPI = rpc.RoutingAPI
Deprecated: use rpc.RoutingAPI instead.
type SwarmAPI
deprecated
Deprecated: use rpc.SwarmAPI instead.
type UnixfsAPI
deprecated
Deprecated: use rpc.UnixfsAPI instead.