ipfs-cluster/api/rest/client
Kishan Mohanbhai Sagathiya a3b8767e87 Added tests for Alerts
- tests for related cluster method, rest api, client method etc
- clean expired alerts everytime a new alerts come in
2019-12-23 12:42:38 +05:30
..
.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 Some more occurences of /ipfs 2019-08-16 11:56:09 +05:30
client.go Merge branch 'master' into feat/alerts 2019-12-13 10:22:06 +05:30
lbclient_test.go Avoid out of index error in failover (#951) 2019-11-13 12:15:29 +01:00
lbclient.go Merge branch 'master' into feat/alerts 2019-12-13 10:22:06 +05:30
methods_test.go Added tests for Alerts 2019-12-23 12:42:38 +05:30
methods.go Added tests for Alerts 2019-12-23 12:42:38 +05:30
README.md Fix #765 Added needed gx references 2019-07-04 13:57:52 +01:00
request.go add opencensus tracing and metrics 2019-02-04 18:53:21 +10:00
transports.go restapi client: support talking to unix sockets 2019-12-02 11:56:16 +01:00

ipfs-cluster client

Made by Main project IRC channel standard-readme compliant GoDoc Go Report Card Build Status Coverage Status

Go client for 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/ipfs-cluster/api/rest/client in your code.

The code can be downloaded and tested with:

$ go get -u -d github.com/ipfs/ipfs-cluster
$ cd $GOPATH/src/github.com/ipfs/ipfs-cluster/rest/api/client
$ go test -v

Usage

Documentation can be read at Godoc.

Contribute

PRs accepted.

License

MIT © Protocol Labs