Webhook Client
A client wrapper of the Cisco Webex Webhooks API
Since
0.1
Functions
Link copied to clipboard
Deletes a webhook by id.
Link copied to clipboard
abstract operator fun get(webhookId: String, handler: CompletionHandler<Webhook>)
Content copied to clipboard
Retrieves the details for a webhook by id.
Link copied to clipboard
abstract fun update( webhookId: String, name: String, targetUrl: String, handler: CompletionHandler<Webhook>)
Content copied to clipboard
abstract fun update( webhookId: String, name: String, targetUrl: String, secret: String?, status: String?, handler: CompletionHandler<Webhook>)
Content copied to clipboard
Updates a webhook by id.