Crate jellyfin_sdk_rust

Crate jellyfin_sdk_rust 

Source

Modules§

models
Module containing all Jellyfin API response types.

Structs§

ClientInfos
Structure holding informations about the connecting client.
JellyfinAPI
Structure managing all API interactions.
JellyfinDiscovery
Structure handling other Jellyfin server discoveries.
JellyfinResponse
Structure containing the request status code and a Result that may contain the body.
JellyfinSDK
Main structure representing the Jellyfin instance.
JellyfinWebSocket
Structure managing all websocket interactions.

Enums§

JellyfinSDKError
Enum representing all possible SDK errors.

Type Aliases§

JellyfinSDKResult
Custom Result type to handle SDK errors.