Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidToken = errors.New("invalid jellyfin api authorization token") ErrUnknownApiError = errors.New("unknown error calling the jellyfin api") ErrUnknownApiResponse = errors.New("failed to parse the response body correctly") ErrTechnicalError = errors.New("error with the request") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetActiveStreamsPerUser ¶
func (*Client) GetConnectedDevicesPerUser ¶
func (*Client) ValidateToken ¶
Click to show internal directories.
Click to hide internal directories.