Membrane React - v0.2.1
Console
SDK
REST API
Preparing search index...
ConnectionProxy
Class ConnectionProxy
Index
Constructors
constructor
Methods
get
post
put
patch
delete
Constructors
constructor
new
ConnectionProxy
(
connection
:
ConnectionAccessor
)
:
ConnectionProxy
Parameters
connection
:
ConnectionAccessor
Returns
ConnectionProxy
Methods
get
get
(
path
:
string
)
:
Promise
<
any
>
Parameters
path
:
string
Returns
Promise
<
any
>
post
post
(
path
:
string
,
data
?:
any
)
:
Promise
<
any
>
Parameters
path
:
string
Optional
data
:
any
Returns
Promise
<
any
>
put
put
(
path
:
string
,
data
?:
any
)
:
Promise
<
any
>
Parameters
path
:
string
Optional
data
:
any
Returns
Promise
<
any
>
patch
patch
(
path
:
string
,
data
?:
any
)
:
Promise
<
any
>
Parameters
path
:
string
Optional
data
:
any
Returns
Promise
<
any
>
delete
delete
(
path
:
string
)
:
Promise
<
any
>
Parameters
path
:
string
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
post
put
patch
delete
Console
SDK
REST API
Membrane React - v0.2.1
Loading...