ipfs-cluster/api/rest/client
Hector Sanjuan 19d1ab3d3f
Dependency upgrades (#2026)
* Update dependencies

* Update dependencies

* Update tests. Remove Pretty()

* Fix problems with new behaviour of Paths

* Typo
2024-01-30 00:58:28 +01:00
..
.travis.yml Fix #260: Add REST API client and use it in ipfs-cluster-ctl 2017-12-06 20:12:01 +01:00
client_test.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
client.go Merge branch 'master' into feat/add-authless-healthcheck 2023-04-20 08:54:13 -03:00
lbclient_test.go Migrate from ipfs/ipfs-cluster to ipfs-cluster/ipfs-cluster 2022-06-16 17:43:30 +02:00
lbclient.go client: Fix formatting in lbclient.go 2023-08-10 22:51:52 +02:00
methods_test.go test: add client health method tests 2023-04-20 08:37:41 -03:00
methods.go Dependency upgrades (#2026) 2024-01-30 00:58:28 +01:00
README.md README: more improvements to badges 2022-06-16 17:43:30 +02:00
request.go Fix bad context propagation / deadlocks 2022-09-26 19:35:55 +02:00
transports.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02: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