메소드 | 설명 | |
---|---|---|
createSubscription ( integer $app_id, array $subscription ) : |
Create a new subscription. | |
deleteSubscription ( integer $app_id, integer $subscription_id ) : |
Delete a subscription. | |
getSubscription ( integer $app_id ) : |
Get list of subscriptions. | |
updateSettings ( integer $app_id, array $settings ) : |
Update webhook settings. | |
updateSubscription ( integer $app_id, integer $subscription_id, array $subscription ) : |
Update a subscription. | |
viewSettings ( integer $app_id ) : |
Get webhook settings. |
public createSubscription ( integer $app_id, array $subscription ) : |
||
$app_id | integer | |
$subscription | array | |
리턴 |
public deleteSubscription ( integer $app_id, integer $subscription_id ) : |
||
$app_id | integer | |
$subscription_id | integer | |
리턴 |
public getSubscription ( integer $app_id ) : |
||
$app_id | integer | |
리턴 |
public updateSettings ( integer $app_id, array $settings ) : |
||
$app_id | integer | |
$settings | array | |
리턴 |
public viewSettings ( integer $app_id ) : |
||
$app_id | integer | |
리턴 |