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
SftpApi
Class SftpApi
Hierarchy
BaseAPI
BaseAPI
SftpApi
Index
Constructors
constructor
Properties
customdata
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Sftp
Api
(
configuration
:
Configuration
)
:
SftpApi
Parameters
configuration:
Configuration
Returns
SftpApi
Properties
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
sftpInput
:
SftpInput
)
:
Promise
<
SftpInput
>
Parameters
Optional
sftpInput:
SftpInput
Returns
Promise
<
SftpInput
>
delete
delete
(
inputId
:
string
)
:
Promise
<
SftpInput
>
Parameters
inputId:
string
Returns
Promise
<
SftpInput
>
get
get
(
inputId
:
string
)
:
Promise
<
SftpInput
>
Parameters
inputId:
string
Returns
Promise
<
SftpInput
>
list
list
(
queryParameters
:
SftpInputListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
SftpInput
>
>
Parameters
Optional
queryParameters:
SftpInputListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
SftpInput
>
>
Globals
Sftp
Api
constructor
customdata
rest
Client
create
delete
get
list
Generated using
TypeDoc