WebhooksApi class
Constructors
- WebhooksApi([ApiClient? apiClient])
Properties
Methods
-
apiV1WebhooksGet(
) → Future< ApiV1WebhooksGet200Response?> - List webhooks
-
apiV1WebhooksGetWithHttpInfo(
) → Future< Response> - List webhooks
-
apiV1WebhooksIdDelete(
String id) → Future< Success?> - Delete webhook
-
apiV1WebhooksIdDeleteWithHttpInfo(
String id) → Future< Response> - Delete webhook
-
apiV1WebhooksIdGet(
String id) → Future< ApiV1WebhooksIdGet200Response?> - Get webhook
-
apiV1WebhooksIdGetWithHttpInfo(
String id) → Future< Response> - Get webhook
-
apiV1WebhooksIdPatch(
String id, {UpdateWebhook? updateWebhook}) → Future< ApiV1WebhooksIdGet200Response?> - Update webhook
-
apiV1WebhooksIdPatchWithHttpInfo(
String id, {UpdateWebhook? updateWebhook}) → Future< Response> - Update webhook
-
apiV1WebhooksPost(
{CreateWebhook? createWebhook}) → Future< ApiV1WebhooksPost201Response?> - Create webhook
-
apiV1WebhooksPostWithHttpInfo(
{CreateWebhook? createWebhook}) → Future< Response> - Create webhook
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited