Jellyfin
Constructors
Jellyfin
Link copied to clipboard
Types
Functions
create Api
Link copied to clipboard
fun createApi(baseUrl: String? = null, accessToken: String? = null, userId: UUID? = null, clientInfo: ClientInfo? = options.clientInfo, deviceInfo: DeviceInfo? = options.deviceInfo, httpClientOptions: HttpClientOptions = HttpClientOptions()): ApiClient
Content copied to clipboard
Create a new API instance to use in API services. The clientInfo and deviceInfo parameters are required when not passed as option in JellyfinOptions. The baseUrl is only required when HTTP calls are made.
Properties
clientInfo
Link copied to clipboard
deviceInfo
Link copied to clipboard
discovery
Link copied to clipboard
options
Link copied to clipboard