Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

godaddy/go-cuckoo

Cuckoo client library

Go Report Card Documentation

Original Author: Connor Lake

A simple go client library for the cuckoo api. See the godoc for more details and examples.

Example Usage

c := cuckoo.New(os.Getenv("API_KEY"), os.Getenv("BASEURL"))

status, _ := c.CuckooStatus(context.Background())

fmt.Println(status.Version)

Auth

Cuckoo uses an API key for auth, you can see more details in the cuckoo api documentation.

About

A go library for the cuckoo API

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages