@myinterview/global-api-sdk
Preparing search index...
GAWebhooks
Class GAWebhooks
Hierarchy (
View Summary
)
GlobalApi
GAWebhooks
Index
Constructors
constructor
Properties
config
Methods
make
Api
Call
create
Webhook
populate
Headers
set
Config
test
Webhook
Constructors
constructor
new
GAWebhooks
(
instanceConfig
?:
IGlobalApiSdkConfig
)
:
GAWebhooks
Parameters
Optional
instanceConfig
:
IGlobalApiSdkConfig
Returns
GAWebhooks
Properties
Static
config
config
:
IGlobalApiSdkConfig
Methods
Protected
make
Api
Call
makeApiCall
(
action
:
string
,
data
?:
indexedObject
)
:
IGlobalApiCallConfig
Parameters
action
:
string
Optional
data
:
indexedObject
Returns
IGlobalApiCallConfig
Static
create
Webhook
createWebhook
(
body
:
{
url
:
string
}
,
instanceConfig
?:
IGlobalApiSdkConfig
,
)
:
Promise
<
IApiResponseObj
<
{
message
:
string
}
>
>
Parameters
body
:
{
url
:
string
}
Optional
instanceConfig
:
IGlobalApiSdkConfig
Returns
Promise
<
IApiResponseObj
<
{
message
:
string
}
>
>
Static
populate
Headers
populateHeaders
(
config
:
IGlobalApiSdkConfig
)
:
IGlobalApiHeaders
Parameters
config
:
IGlobalApiSdkConfig
Returns
IGlobalApiHeaders
Static
set
Config
setConfig
(
config
:
IGlobalApiSdkConfig
)
:
void
Parameters
config
:
IGlobalApiSdkConfig
Returns
void
Static
test
Webhook
testWebhook
(
body
:
{
url
:
string
}
,
instanceConfig
?:
IGlobalApiSdkConfig
,
)
:
Promise
<
IApiResponseObj
<
{
message
:
string
}
>
>
Parameters
body
:
{
url
:
string
}
Optional
instanceConfig
:
IGlobalApiSdkConfig
Returns
Promise
<
IApiResponseObj
<
{
message
:
string
}
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
config
Methods
make
Api
Call
create
Webhook
populate
Headers
set
Config
test
Webhook
@myinterview/global-api-sdk
Loading...