Registry / http-client / starr
library1.3.1gogounverified

A Go library for interacting with the APIs of Radarr, Lidarr, Sonarr, and Readarr media management applications.

go get golift.io/starr
INSTALL
IMPORT
SIG · STARR
S
starr
http-clientgov1.3.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

starr
golift.io/starr

Creates a Starr config and uses the Radarr subpackage to fetch movies.

package main import ( "fmt" "golift.io/starr" "golift.io/starr/radarr" ) func main() { config := starr.New("http://radarr:7878", "API_KEY") client := radarr.New(config) movies, _ := client.GetMovies() fmt.Println(movies) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
starr — go get starr · libregistry