Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
WebhookHttpClient
Interface WebhookHttpClient
interface
WebhookHttpClient
{
post
(
params
:
{
body
:
string
;
headers
:
Record
<
string
,
string
>
;
timeoutMs
:
number
;
url
:
string
;
}
,
)
:
Promise
<
WebhookHttpResponse
>
;
}
Index
Methods
post
Methods
post
post
(
params
:
{
body
:
string
;
headers
:
Record
<
string
,
string
>
;
timeoutMs
:
number
;
url
:
string
;
}
,
)
:
Promise
<
WebhookHttpResponse
>
Parameters
params
:
{
body
:
string
;
headers
:
Record
<
string
,
string
>
;
timeoutMs
:
number
;
url
:
string
;
}
Returns
Promise
<
WebhookHttpResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
post
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...