go-nodeping

module
v0.0.0-...-c8a3a56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2018 License: BSD-3-Clause, CC-BY-3.0

README

go-github

go-nodeping is a minimal Go client library for accessing the [Nodeping API][].

Documentation: GoDoc

go-nodeping requires Go version 1.4 or greater.

Usage

import "github.com/jswank/go-nodeping/nodeping"

func main() {

  client := nodeping.NewClient("Nodeping API token")

  // list all checks
  checks, _, err := client.Checks.List()

}

Construct a new Nodeping client, then use the various services on the client to access different parts of the Nodeping API.

License

This library is distributed under the BSD-style license found in the LICENSE file.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL