Overview

Namespaces

  • JohnRivs
    • Wunderlist

Classes

  • Wunderlist

Traits

  • Authorization
  • Avatar
  • Comment
  • File
  • Folder
  • Lists
  • Note
  • Reminder
  • Subtask
  • Task
  • User
  • Webhook
  • Overview
  • Namespace
  • Class

Trait Webhook

Direct Known Users

JohnRivs\Wunderlist\Wunderlist
Namespace: JohnRivs\Wunderlist
Located at Webhook.php
Methods summary
public array
# getWebhooks( array $attributes = [] )

Show all the webhooks for a list.

Show all the webhooks for a list.

Parameters

$attributes

Returns

array
public array
# createWebhook( array $attributes = [] )

Create a webhook for a list.

Create a webhook for a list.

Parameters

$attributes

Returns

array
public integer
# deleteWebhook( integer $webhookId )

Delete a webhook for a list.

Delete a webhook for a list.

Parameters

$webhookId
The id of the webhook.

Returns

integer
public integer
# deleteWebhooks( $listId )

Deletes all webhooks for a list.

Deletes all webhooks for a list.

Parameters

$listId
id of the list.

Returns

integer
API documentation generated by ApiGen