Search
Preparing search index...
The search index is not available
@oasislabs/parcel - v1.0.0-beta.24
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@oasislabs/parcel - v1.0.0-beta.24
app
AppImpl
Namespace AppImpl
Index
Functions
create
delete_
get
list
update
Functions
create
create
(
client
:
HttpClient
, params
:
AppCreateParams
)
:
Promise
<
App
>
Parameters
client:
HttpClient
params:
AppCreateParams
Returns
Promise
<
App
>
delete_
delete_
(
client
:
HttpClient
, id
:
AppId
)
:
Promise
<
void
>
Parameters
client:
HttpClient
id:
AppId
Returns
Promise
<
void
>
get
get
(
client
:
HttpClient
, id
:
AppId
)
:
Promise
<
App
>
Parameters
client:
HttpClient
id:
AppId
Returns
Promise
<
App
>
list
list
(
client
:
HttpClient
, filter
?:
ListAppsFilter
&
PageParams
)
:
Promise
<
Page
<
App
>
>
Parameters
client:
HttpClient
Optional
filter:
ListAppsFilter
&
PageParams
Returns
Promise
<
Page
<
App
>
>
update
update
(
client
:
HttpClient
, id
:
AppId
, params
:
AppUpdateParams
)
:
Promise
<
App
>
Parameters
client:
HttpClient
id:
AppId
params:
AppUpdateParams
Returns
Promise
<
App
>
Modules
Parcel
app
App
Impl
asset
client
compute
condition
database
document
fixed-
types
grant
http
identity
meter
model
permission
polyfill
token
tokenization
create
delete_
get
list
update
Generated using
TypeDoc