Search
Preparing search index...
The search index is not available
@motor/core
Options
All
Public
Public/Protected
All
Inherited
Menu
@motor/core
default
MotorCore
Resource
Class Resource
Hierarchy
Resource
Index
Constructors
constructor
Properties
options
Methods
get
post
put
get
post
put
Constructors
constructor
new
Resource
(
options
:
MotorRequestOptions
)
:
Resource
Parameters
options:
MotorRequestOptions
Returns
Resource
Properties
options
options
:
MotorRequestOptions
Methods
get
get
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
post
post
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
put
put
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
Static
get
get
(
options
:
MotorRequestOptions
)
:
Promise
<
unknown
>
Parameters
options:
MotorRequestOptions
Returns
Promise
<
unknown
>
Static
post
post
(
options
:
MotorRequestOptions
)
:
Promise
<
unknown
>
Parameters
options:
MotorRequestOptions
Returns
Promise
<
unknown
>
Static
put
put
(
options
:
MotorRequestOptions
)
:
Promise
<
unknown
>
Parameters
options:
MotorRequestOptions
Returns
Promise
<
unknown
>
Exports
default
default.
Motor
Core
Resource
constructor
options
get
post
put
get
post
put