44 lines
1.4 KiB
Markdown
44 lines
1.4 KiB
Markdown
|
# ipfs-cluster client
|
||
|
|
||
|
[![Made by](https://img.shields.io/badge/By-Protocol%20Labs-000000.svg?style=flat-square)](https://protocol.ai)
|
||
|
[![Main project](https://img.shields.io/badge/project-ipfs--cluster-ef5c43.svg?style=flat-square)](http://github.com/ipfs-cluster)
|
||
|
[![Discord](https://img.shields.io/badge/forum-discuss.ipfs.io-f9a035.svg?style=flat-square)](https://discuss.ipfs.io/c/help/help-ipfs-cluster/24)
|
||
|
[![Matrix channel](https://img.shields.io/badge/matrix-%23ipfs--cluster-3c8da0.svg?style=flat-square)](https://app.element.io/#/room/#ipfs-cluster:ipfs.io)
|
||
|
[![pkg.go.dev](https://pkg.go.dev/badge/github.com/ipfs-cluster/ipfs-cluster)](https://pkg.go.dev/github.com/ipfs-cluster/ipfs-cluster/api/rest/client)
|
||
|
|
||
|
|
||
|
> 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](#install)
|
||
|
- [Usage](#usage)
|
||
|
- [Contribute](#contribute)
|
||
|
- [License](#license)
|
||
|
|
||
|
## 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](https://pkg.go.dev/github.com/ipfs-cluster/ipfs-cluster/api/rest/client).
|
||
|
|
||
|
## Contribute
|
||
|
|
||
|
PRs accepted.
|
||
|
|
||
|
## License
|
||
|
|
||
|
MIT © Protocol Labs
|