package
0.0.0-20240730143044-b7c6b3823ec4
Repository: https://github.com/cloudentity/acp-client-go.git
Documentation: pkg.go.dev

# Functions

New creates a new webhooks API client.
NewCreateWebhookBadRequest creates a CreateWebhookBadRequest with default headers values.
NewCreateWebhookCreated creates a CreateWebhookCreated with default headers values.
NewCreateWebhookForbidden creates a CreateWebhookForbidden with default headers values.
NewCreateWebhookNotFound creates a CreateWebhookNotFound with default headers values.
NewCreateWebhookParams creates a new CreateWebhookParams object, with the default timeout for this client.
NewCreateWebhookParamsWithContext creates a new CreateWebhookParams object with the ability to set a context for a request.
NewCreateWebhookParamsWithHTTPClient creates a new CreateWebhookParams object with the ability to set a custom HTTPClient for a request.
NewCreateWebhookParamsWithTimeout creates a new CreateWebhookParams object with the ability to set a timeout on a request.
NewCreateWebhookTooManyRequests creates a CreateWebhookTooManyRequests with default headers values.
NewCreateWebhookUnauthorized creates a CreateWebhookUnauthorized with default headers values.
NewCreateWebhookUnprocessableEntity creates a CreateWebhookUnprocessableEntity with default headers values.
NewDeleteWebhookForbidden creates a DeleteWebhookForbidden with default headers values.
NewDeleteWebhookNoContent creates a DeleteWebhookNoContent with default headers values.
NewDeleteWebhookNotFound creates a DeleteWebhookNotFound with default headers values.
NewDeleteWebhookParams creates a new DeleteWebhookParams object, with the default timeout for this client.
NewDeleteWebhookParamsWithContext creates a new DeleteWebhookParams object with the ability to set a context for a request.
NewDeleteWebhookParamsWithHTTPClient creates a new DeleteWebhookParams object with the ability to set a custom HTTPClient for a request.
NewDeleteWebhookParamsWithTimeout creates a new DeleteWebhookParams object with the ability to set a timeout on a request.
NewDeleteWebhookTooManyRequests creates a DeleteWebhookTooManyRequests with default headers values.
NewDeleteWebhookUnauthorized creates a DeleteWebhookUnauthorized with default headers values.
NewGetWebhookForbidden creates a GetWebhookForbidden with default headers values.
NewGetWebhookNotFound creates a GetWebhookNotFound with default headers values.
NewGetWebhookOK creates a GetWebhookOK with default headers values.
NewGetWebhookParams creates a new GetWebhookParams object, with the default timeout for this client.
NewGetWebhookParamsWithContext creates a new GetWebhookParams object with the ability to set a context for a request.
NewGetWebhookParamsWithHTTPClient creates a new GetWebhookParams object with the ability to set a custom HTTPClient for a request.
NewGetWebhookParamsWithTimeout creates a new GetWebhookParams object with the ability to set a timeout on a request.
NewGetWebhookTooManyRequests creates a GetWebhookTooManyRequests with default headers values.
NewGetWebhookUnauthorized creates a GetWebhookUnauthorized with default headers values.
NewListServerWebhooksForbidden creates a ListServerWebhooksForbidden with default headers values.
NewListServerWebhooksOK creates a ListServerWebhooksOK with default headers values.
NewListServerWebhooksParams creates a new ListServerWebhooksParams object, with the default timeout for this client.
NewListServerWebhooksParamsWithContext creates a new ListServerWebhooksParams object with the ability to set a context for a request.
NewListServerWebhooksParamsWithHTTPClient creates a new ListServerWebhooksParams object with the ability to set a custom HTTPClient for a request.
NewListServerWebhooksParamsWithTimeout creates a new ListServerWebhooksParams object with the ability to set a timeout on a request.
NewListServerWebhooksTooManyRequests creates a ListServerWebhooksTooManyRequests with default headers values.
NewListServerWebhooksUnauthorized creates a ListServerWebhooksUnauthorized with default headers values.
NewListWebhookEventsForbidden creates a ListWebhookEventsForbidden with default headers values.
NewListWebhookEventsOK creates a ListWebhookEventsOK with default headers values.
NewListWebhookEventsParams creates a new ListWebhookEventsParams object, with the default timeout for this client.
NewListWebhookEventsParamsWithContext creates a new ListWebhookEventsParams object with the ability to set a context for a request.
NewListWebhookEventsParamsWithHTTPClient creates a new ListWebhookEventsParams object with the ability to set a custom HTTPClient for a request.
NewListWebhookEventsParamsWithTimeout creates a new ListWebhookEventsParams object with the ability to set a timeout on a request.
NewListWebhookEventsTooManyRequests creates a ListWebhookEventsTooManyRequests with default headers values.
NewListWebhookEventsUnauthorized creates a ListWebhookEventsUnauthorized with default headers values.
NewUpdateWebhookBadRequest creates a UpdateWebhookBadRequest with default headers values.
NewUpdateWebhookForbidden creates a UpdateWebhookForbidden with default headers values.
NewUpdateWebhookNotFound creates a UpdateWebhookNotFound with default headers values.
NewUpdateWebhookOK creates a UpdateWebhookOK with default headers values.
NewUpdateWebhookParams creates a new UpdateWebhookParams object, with the default timeout for this client.
NewUpdateWebhookParamsWithContext creates a new UpdateWebhookParams object with the ability to set a context for a request.
NewUpdateWebhookParamsWithHTTPClient creates a new UpdateWebhookParams object with the ability to set a custom HTTPClient for a request.
NewUpdateWebhookParamsWithTimeout creates a new UpdateWebhookParams object with the ability to set a timeout on a request.
NewUpdateWebhookTooManyRequests creates a UpdateWebhookTooManyRequests with default headers values.
NewUpdateWebhookUnauthorized creates a UpdateWebhookUnauthorized with default headers values.
NewUpdateWebhookUnprocessableEntity creates a UpdateWebhookUnprocessableEntity with default headers values.

# Structs

Client for webhooks API */.
CreateWebhookBadRequest describes a response with status code 400, with default header values.
CreateWebhookCreated describes a response with status code 201, with default header values.
CreateWebhookForbidden describes a response with status code 403, with default header values.
CreateWebhookNotFound describes a response with status code 404, with default header values.
CreateWebhookParams contains all the parameters to send to the API endpoint for the create webhook operation.
CreateWebhookReader is a Reader for the CreateWebhook structure.
CreateWebhookTooManyRequests describes a response with status code 429, with default header values.
CreateWebhookUnauthorized describes a response with status code 401, with default header values.
CreateWebhookUnprocessableEntity describes a response with status code 422, with default header values.
DeleteWebhookForbidden describes a response with status code 403, with default header values.
DeleteWebhookNoContent describes a response with status code 204, with default header values.
DeleteWebhookNotFound describes a response with status code 404, with default header values.
DeleteWebhookParams contains all the parameters to send to the API endpoint for the delete webhook operation.
DeleteWebhookReader is a Reader for the DeleteWebhook structure.
DeleteWebhookTooManyRequests describes a response with status code 429, with default header values.
DeleteWebhookUnauthorized describes a response with status code 401, with default header values.
GetWebhookForbidden describes a response with status code 403, with default header values.
GetWebhookNotFound describes a response with status code 404, with default header values.
GetWebhookOK describes a response with status code 200, with default header values.
GetWebhookParams contains all the parameters to send to the API endpoint for the get webhook operation.
GetWebhookReader is a Reader for the GetWebhook structure.
GetWebhookTooManyRequests describes a response with status code 429, with default header values.
GetWebhookUnauthorized describes a response with status code 401, with default header values.
ListServerWebhooksForbidden describes a response with status code 403, with default header values.
ListServerWebhooksOK describes a response with status code 200, with default header values.
ListServerWebhooksParams contains all the parameters to send to the API endpoint for the list server webhooks operation.
ListServerWebhooksReader is a Reader for the ListServerWebhooks structure.
ListServerWebhooksTooManyRequests describes a response with status code 429, with default header values.
ListServerWebhooksUnauthorized describes a response with status code 401, with default header values.
ListWebhookEventsForbidden describes a response with status code 403, with default header values.
ListWebhookEventsOK describes a response with status code 200, with default header values.
ListWebhookEventsParams contains all the parameters to send to the API endpoint for the list webhook events operation.
ListWebhookEventsReader is a Reader for the ListWebhookEvents structure.
ListWebhookEventsTooManyRequests describes a response with status code 429, with default header values.
ListWebhookEventsUnauthorized describes a response with status code 401, with default header values.
UpdateWebhookBadRequest describes a response with status code 400, with default header values.
UpdateWebhookForbidden describes a response with status code 403, with default header values.
UpdateWebhookNotFound describes a response with status code 404, with default header values.
UpdateWebhookOK describes a response with status code 200, with default header values.
UpdateWebhookParams contains all the parameters to send to the API endpoint for the update webhook operation.
UpdateWebhookReader is a Reader for the UpdateWebhook structure.
UpdateWebhookTooManyRequests describes a response with status code 429, with default header values.
UpdateWebhookUnauthorized describes a response with status code 401, with default header values.
UpdateWebhookUnprocessableEntity describes a response with status code 422, with default header values.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.