petalbid-frontend
Preparing search index...
api/client
api
Variable api
Const
api
:
{
delete
:
<
T
>
(
url
:
string
)
=>
Promise
<
ApiResponse
<
T
>
>
;
get
:
<
T
>
(
url
:
string
)
=>
Promise
<
ApiResponse
<
T
>
>
;
post
:
<
T
>
(
url
:
string
,
body
?:
unknown
)
=>
Promise
<
ApiResponse
<
T
>
>
;
put
:
<
T
>
(
url
:
string
,
body
?:
unknown
)
=>
Promise
<
ApiResponse
<
T
>
>
;
}
= ...
Public API client methods.
Type Declaration
delete
:
<
T
>
(
url
:
string
)
=>
Promise
<
ApiResponse
<
T
>
>
get
:
<
T
>
(
url
:
string
)
=>
Promise
<
ApiResponse
<
T
>
>
post
:
<
T
>
(
url
:
string
,
body
?:
unknown
)
=>
Promise
<
ApiResponse
<
T
>
>
put
:
<
T
>
(
url
:
string
,
body
?:
unknown
)
=>
Promise
<
ApiResponse
<
T
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
petalbid-frontend
Loading...
Public API client methods.