Search
Preparing search index...
The search index is not available
ao-lib
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ResourceInterface
Interface ResourceInterface
Hierarchy
ResourceInterface
Index
Methods
create
delete
get
list
update
Methods
create
create
(
item
:
Item
, options
:
PartialCreateOptions
)
:
Promise
<
AoItem
>
Parameters
item:
Item
options:
PartialCreateOptions
Returns
Promise
<
AoItem
>
delete
delete
(
id
:
Id
, options
?:
PartialDeleteOptions
)
:
Promise
<
null
>
Parameters
id:
Id
Optional
options:
PartialDeleteOptions
Returns
Promise
<
null
>
get
get
(
id
:
Id
, options
?:
PartialGetOptions
)
:
Promise
<
AoItem
>
Parameters
id:
Id
Optional
options:
PartialGetOptions
Returns
Promise
<
AoItem
>
list
list
(
options
?:
PartialListOptions
)
:
Promise
<
AoItem
[]
>
Parameters
Optional
options:
PartialListOptions
Returns
Promise
<
AoItem
[]
>
update
update
(
item
:
AoItem
, options
?:
PartialUpdateOptions
)
:
Promise
<
AoItem
>
Parameters
item:
AoItem
Optional
options:
PartialUpdateOptions
Returns
Promise
<
AoItem
>
Globals
Resource
Interface
create
delete
get
list
update
Generated using
TypeDoc