mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Update comments and add min server version
This commit is contained in:
parent
c45c984f4d
commit
c0c5b188d7
@ -10,8 +10,14 @@ import { ClientInfo, DeviceInfo } from './models';
|
||||
|
||||
import { getAuthorizationHeader } from '.';
|
||||
|
||||
/**
|
||||
* The authorization header field name.
|
||||
*/
|
||||
export const AUTHORIZATION_HEADER = 'X-Emby-Authorization';
|
||||
|
||||
/**
|
||||
* Class representing the Jellyfin API.
|
||||
*/
|
||||
export class Api {
|
||||
clientInfo;
|
||||
deviceInfo;
|
||||
|
@ -9,6 +9,14 @@ import { Api } from './api';
|
||||
import { Configuration } from './generated-client';
|
||||
import { ClientInfo, DeviceInfo } from './models';
|
||||
|
||||
/**
|
||||
* The minimum supported server version.
|
||||
*/
|
||||
export const MINIMUM_VERSION = '10.7.0';
|
||||
|
||||
/**
|
||||
* Class representing the Jellyfin SDK.
|
||||
*/
|
||||
export class Jellyfin {
|
||||
clientInfo;
|
||||
deviceInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user