Search
Preparing search index...
The search index is not available
@bitmovin/api-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FtpApi
Class FtpApi
Hierarchy
BaseAPI
BaseAPI
FtpApi
Index
Constructors
constructor
Properties
customdata
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Ftp
Api
(
configuration
:
Configuration
)
:
FtpApi
Parameters
configuration:
Configuration
Returns
FtpApi
Properties
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
ftpInput
:
FtpInput
)
:
Promise
<
FtpInput
>
Parameters
Optional
ftpInput:
FtpInput
Returns
Promise
<
FtpInput
>
delete
delete
(
inputId
:
string
)
:
Promise
<
FtpInput
>
Parameters
inputId:
string
Returns
Promise
<
FtpInput
>
get
get
(
inputId
:
string
)
:
Promise
<
FtpInput
>
Parameters
inputId:
string
Returns
Promise
<
FtpInput
>
list
list
(
queryParameters
:
FtpInputListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
FtpInput
>
>
Parameters
Optional
queryParameters:
FtpInputListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
FtpInput
>
>
Globals
Ftp
Api
constructor
customdata
rest
Client
create
delete
get
list
Generated using
TypeDoc