All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
EventCancel | Post /1.1/events/{eventid}/cancel | |
EventInfo | Get /1.1/events/{eventid} | |
WebhookCreate | Post /1.6/events/webhooks | |
WebhookDelete | Delete /1.6/events/webhooks/{name} | |
WebhookGet | Get /1.6/events/webhooks/{name} | |
WebhookList | Get /1.6/events/webhooks | |
WebhookUpdate | Put /1.6/events/webhooks/{name} |
EventCancel(ctx, eventid, eventCancelArgs)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventid | string | ||
eventCancelArgs | EventCancelArgs |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Event EventInfo(ctx, eventid)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
eventid | string |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
WebhookCreate(ctx, webhook)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
webhook | Webhook |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
WebhookDelete(ctx, name)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
name | string | Webhook name. |
(empty response body)
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Webhook WebhookGet(ctx, name)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
name | string | Webhook name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Webhook WebhookList(ctx, )
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
WebhookUpdate(ctx, name, webhook)
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
name | string | Webhook name. | |
webhook | Webhook |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]