@jellyfin/sdk
Preparing search index...
generated-client
ActivityLogApiAxiosParamCreator
Function ActivityLogApiAxiosParamCreator
ActivityLogApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
hasUserId
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
ActivityLogApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
hasUserId
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
}
getLogEntries
:
(
startIndex
?:
number
,
limit
?:
number
,
minDate
?:
string
,
hasUserId
?:
boolean
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
ActivityLogApi - axios parameter creator