ipfs-cluster/api/rest/client/README.md
2022-06-16 17:43:30 +02:00

1.4 KiB

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