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
ApiKeysApi
Class ApiKeysApi
Hierarchy
BaseAPI
ApiKeysApi
Index
Constructors
constructor
Properties
rest
Client
Methods
create
delete
get
list
Constructors
constructor
new
Api
Keys
Api
(
configuration
:
Configuration
)
:
ApiKeysApi
Parameters
configuration:
Configuration
Returns
ApiKeysApi
Properties
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
)
:
Promise
<
AccountApiKey
>
Returns
Promise
<
AccountApiKey
>
delete
delete
(
apiKeyId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
apiKeyId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
apiKeyId
:
string
)
:
Promise
<
AccountApiKey
>
Parameters
apiKeyId:
string
Returns
Promise
<
AccountApiKey
>
list
list
(
)
:
Promise
<
PaginationResponse
<
AccountApiKey
>
>
Returns
Promise
<
PaginationResponse
<
AccountApiKey
>
>
Globals
Api
Keys
Api
constructor
rest
Client
create
delete
get
list
Generated using
TypeDoc