@jellyfin/sdk
Preparing search index...
generated-client
LyricsApiAxiosParamCreator
Function LyricsApiAxiosParamCreator
LyricsApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
deleteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
downloadRemoteLyrics
:
(
itemId
:
string
,
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteLyrics
:
(
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
searchRemoteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
uploadLyrics
:
(
itemId
:
string
,
fileName
:
string
,
body
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
LyricsApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
deleteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
downloadRemoteLyrics
:
(
itemId
:
string
,
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
getRemoteLyrics
:
(
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
searchRemoteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
uploadLyrics
:
(
itemId
:
string
,
fileName
:
string
,
body
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
deleteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
downloadRemoteLyrics
:
(
itemId
:
string
,
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
getLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
getRemoteLyrics
:
(
lyricId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
searchRemoteLyrics
:
(
itemId
:
string
,
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
uploadLyrics
:
(
itemId
:
string
,
fileName
:
string
,
body
?:
File
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
LyricsApi - axios parameter creator