Class representing the Jellyfin SDK.

Constructors

Properties

Methods

Constructors

Properties

clientInfo: ClientInfo
deviceInfo: DeviceInfo
discovery: DiscoveryService

Methods

  • Creates an Api instance for a given server path.

    Parameters

    • basePath: string

      A base path of a server.

    • OptionalaccessToken: string

      An (optional) access token to use for authentication.

    • OptionalaxiosInstance: AxiosInstance

      An (optional) Axios instance for the Api to use.

    Returns Api

    An Api instance.