Search
Preparing search index...
The search index is not available
@dronedeploy/rocos-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
FunctionService
Class FunctionService
Hierarchy
BaseService
FunctionService
Index
Constructors
constructor
Properties
http
Request
options
Methods
create
delete
info
list
pods
run
update
Constructors
constructor
new
Function
Service
(
options
:
IRocosClientOptions
)
:
FunctionService
Parameters
options:
IRocosClientOptions
Returns
FunctionService
Properties
Protected
http
Request
http
Request
:
HttpRequest
Protected
options
options
:
IRocosClientOptions
Methods
create
create
(
projectId
:
string
, model
:
FunctionConfig
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
model:
FunctionConfig
Returns
Observable
<
RocosResponse
<
any
>
>
delete
delete
(
projectId
:
string
, id
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
id:
string
Returns
Observable
<
RocosResponse
<
any
>
>
info
info
(
projectId
:
string
, id
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
id:
string
Returns
Observable
<
RocosResponse
<
any
>
>
list
list
(
projectId
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
Returns
Observable
<
RocosResponse
<
any
>
>
pods
pods
(
projectId
:
string
, id
:
string
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
id:
string
Returns
Observable
<
RocosResponse
<
any
>
>
run
run
(
projectId
:
string
, id
:
string
, body
?:
any
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
id:
string
Default value
body:
any
= null
Returns
Observable
<
RocosResponse
<
any
>
>
update
update
(
projectId
:
string
, id
:
string
, model
:
FunctionConfig
)
:
Observable
<
RocosResponse
<
any
>
>
Parameters
projectId:
string
id:
string
model:
FunctionConfig
Returns
Observable
<
RocosResponse
<
any
>
>
Globals
Function
Service
constructor
http
Request
options
create
delete
info
list
pods
run
update
Generated using
TypeDoc