depot/packages/networking/ipfs-cluster/api/rest/client
2022-12-18 20:19:20 +01:00
..
.travis.yml packages/ipfs-cluster: init at 1.0.2 2022-10-22 01:17:54 +02:00
client.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
client_test.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
lbclient.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
lbclient_test.go packages/ipfs-cluster: init at 1.0.2 2022-10-22 01:17:54 +02:00
methods.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
methods_test.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
README.md packages/ipfs-cluster: init at 1.0.2 2022-10-22 01:17:54 +02:00
request.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00
transports.go packages/ipfs-cluster: bump dependencies and switch to Go 1.19 2022-12-18 20:19:20 +01:00

ipfs-cluster client

Made by Main project Discord Matrix channel pkg.go.dev

Go client for the ipfs-cluster HTTP API.

This is a Go client library to use the ipfs-cluster REST HTTP API.

Table of Contents

Install

You can import github.com/ipfs-cluster/ipfs-cluster/api/rest/client in your code.

The code can be downloaded and tested with:

$ git clone https://github.com/ipfs-cluster/ipfs-cluster.git
$ cd ipfs-cluster/ipfs-cluster/rest/api/client
$ go test -v

Usage

Documentation can be read at pkg.go.dev.

Contribute

PRs accepted.

License

MIT © Protocol Labs