tw.webhooks.getEvents()
GET /webhooks.json | /webhooks/{webhook_id}.json
tw.webhooks.get(webhook_id)
tw.webhooks.create(body)
PUT /webhooks/{webhook_id}.json
tw.webhooks.update(webhook_id, body)
PUT /webhooks/{webhook_id}/resume.json
tw.webhooks.resume(webhook_id)
PUT /webhooks/{webhook_id}/pause.json
tw.webhooks.pause(webhook_id)
DELETE /webhooks/{webhook_id}.json
tw.webhooks.delete(webhook_id)
tw.webhooks.enable()
tw.webhooks.disable()