@dypai-ai/client-sdk - v1.12.0
DYPAI
GitHub
Preparing search index...
services/ApiService
ApiService
Variable ApiService
Const
ApiService
:
{
delete
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
;
get
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
;
patch
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
;
post
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
;
put
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
;
}
= ...
Type Declaration
delete
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
get
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
patch
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
post
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
put
:
(
endpoint
:
string
,
bodyOrOptions
?:
any
,
options
?:
Partial
<
ApiOptions
>
,
)
=>
Promise
<
any
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
DYPAI
GitHub
@dypai-ai/client-sdk - v1.12.0
Loading...