Skip to content

jswank/go-nodeping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages