get
abstract operator fun get(webhookId: String, handler: CompletionHandler<Webhook>)
Content copied to clipboard
Retrieves the details for a webhook by id.
Since
0.1
Parameters
webhook Id
The identifier of the webhook.
handler
A closure to be executed once the request has finished.