@grandlinex/swagger-mate
Preparing search index...
ConHandle
Interface ConHandle
interface
ConHandle
{
delete
<
T
>
(
url
:
string
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
;
get
<
T
>
(
url
:
string
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
;
patch
<
T
,
J
>
(
url
:
string
,
body
?:
J
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
;
post
<
T
,
J
>
(
url
:
string
,
body
?:
J
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
;
}
Index
Methods
delete
get
patch
post
Methods
delete
delete
<
T
>
(
url
:
string
,
config
?:
ConHandleConfig
)
:
Promise
<
ConHandleResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
config
:
ConHandleConfig
Returns
Promise
<
ConHandleResponse
<
T
>
>
get
get
<
T
>
(
url
:
string
,
config
?:
ConHandleConfig
)
:
Promise
<
ConHandleResponse
<
T
>
>
Type Parameters
T
Parameters
url
:
string
Optional
config
:
ConHandleConfig
Returns
Promise
<
ConHandleResponse
<
T
>
>
patch
patch
<
T
,
J
>
(
url
:
string
,
body
?:
J
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
Type Parameters
T
J
Parameters
url
:
string
Optional
body
:
J
Optional
config
:
ConHandleConfig
Returns
Promise
<
ConHandleResponse
<
T
>
>
post
post
<
T
,
J
>
(
url
:
string
,
body
?:
J
,
config
?:
ConHandleConfig
,
)
:
Promise
<
ConHandleResponse
<
T
>
>
Type Parameters
T
J
Parameters
url
:
string
Optional
body
:
J
Optional
config
:
ConHandleConfig
Returns
Promise
<
ConHandleResponse
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delete
get
patch
post
@grandlinex/swagger-mate
Loading...