Skip to content

cinehouse/go-tautulli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tautulli

GitHub release (latest SemVer) GoDoc GitHub Workflow Status (branch) Go Report Card Codecov branch Quality Gate Status GitHub go.mod Go version (branch) Go Reference GitHub

go-tautulli is a Go client library for accessing the Tautulli API v2.

Currently, go-tautulli requires Go version 1.17 or greater. go-github tracks Go's version support policy. We do our best not to break older versions of Go if we don't have to, but due to tooling constraints, we don't always test older versions.

Installation

go-tautulli is compatible with modern Go releases in module mode, with Go installed:

go get github.com/cinehouse/go-tautulli/v1

will resolve and add the package to the current development module, along with its dependencies.

Alternatively the same can be achieved if you use import in a package:

import "github.com/cinehouse/go-tautulli/v1/tautulli"

and run go get without parameters.

Finally, to use the top-of-trunk version of this repo, use the following command:

go get github.com/cinehouse/go-tautulli/v1@main

About

Go library for accessing the Tautulli API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages