Versions in this module Expand all Collapse all v1 v1.5.0 Jan 16, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateWebhook(params *CreateWebhookParams, authInfo runtime.ClientAuthInfoWriter) (*CreateWebhookCreated, error) + func (a *Client) DeleteWebhook(params *DeleteWebhookParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteWebhookNoContent, error) + func (a *Client) GetWebhook(params *GetWebhookParams, authInfo runtime.ClientAuthInfoWriter) (*GetWebhookOK, error) + func (a *Client) GetWebhooks(params *GetWebhooksParams, authInfo runtime.ClientAuthInfoWriter) (*GetWebhooksOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateWebhook(params *UpdateWebhookParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateWebhookNoContent, error) + type CreateWebhookBadRequest struct + Payload *models.ErrorModel + func NewCreateWebhookBadRequest() *CreateWebhookBadRequest + func (o *CreateWebhookBadRequest) Error() string + type CreateWebhookCreated struct + Payload *models.CreateModel + func NewCreateWebhookCreated() *CreateWebhookCreated + func (o *CreateWebhookCreated) Error() string + type CreateWebhookParams struct + Context context.Context + CreateWebhook *models.CreateWebhook + HTTPClient *http.Client + func NewCreateWebhookParams() *CreateWebhookParams + func NewCreateWebhookParamsWithContext(ctx context.Context) *CreateWebhookParams + func NewCreateWebhookParamsWithHTTPClient(client *http.Client) *CreateWebhookParams + func NewCreateWebhookParamsWithTimeout(timeout time.Duration) *CreateWebhookParams + func (o *CreateWebhookParams) SetContext(ctx context.Context) + func (o *CreateWebhookParams) SetCreateWebhook(createWebhook *models.CreateWebhook) + func (o *CreateWebhookParams) SetHTTPClient(client *http.Client) + func (o *CreateWebhookParams) SetTimeout(timeout time.Duration) + func (o *CreateWebhookParams) WithContext(ctx context.Context) *CreateWebhookParams + func (o *CreateWebhookParams) WithCreateWebhook(createWebhook *models.CreateWebhook) *CreateWebhookParams + func (o *CreateWebhookParams) WithHTTPClient(client *http.Client) *CreateWebhookParams + func (o *CreateWebhookParams) WithTimeout(timeout time.Duration) *CreateWebhookParams + func (o *CreateWebhookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateWebhookReader struct + func (o *CreateWebhookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteWebhookBadRequest struct + Payload *models.ErrorModel + func NewDeleteWebhookBadRequest() *DeleteWebhookBadRequest + func (o *DeleteWebhookBadRequest) Error() string + type DeleteWebhookNoContent struct + func NewDeleteWebhookNoContent() *DeleteWebhookNoContent + func (o *DeleteWebhookNoContent) Error() string + type DeleteWebhookNotFound struct + Payload *models.ErrorModel + func NewDeleteWebhookNotFound() *DeleteWebhookNotFound + func (o *DeleteWebhookNotFound) Error() string + type DeleteWebhookParams struct + Context context.Context + HTTPClient *http.Client + WebhookID int64 + func NewDeleteWebhookParams() *DeleteWebhookParams + func NewDeleteWebhookParamsWithContext(ctx context.Context) *DeleteWebhookParams + func NewDeleteWebhookParamsWithHTTPClient(client *http.Client) *DeleteWebhookParams + func NewDeleteWebhookParamsWithTimeout(timeout time.Duration) *DeleteWebhookParams + func (o *DeleteWebhookParams) SetContext(ctx context.Context) + func (o *DeleteWebhookParams) SetHTTPClient(client *http.Client) + func (o *DeleteWebhookParams) SetTimeout(timeout time.Duration) + func (o *DeleteWebhookParams) SetWebhookID(webhookID int64) + func (o *DeleteWebhookParams) WithContext(ctx context.Context) *DeleteWebhookParams + func (o *DeleteWebhookParams) WithHTTPClient(client *http.Client) *DeleteWebhookParams + func (o *DeleteWebhookParams) WithTimeout(timeout time.Duration) *DeleteWebhookParams + func (o *DeleteWebhookParams) WithWebhookID(webhookID int64) *DeleteWebhookParams + func (o *DeleteWebhookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteWebhookReader struct + func (o *DeleteWebhookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetWebhookBadRequest struct + Payload *models.ErrorModel + func NewGetWebhookBadRequest() *GetWebhookBadRequest + func (o *GetWebhookBadRequest) Error() string + type GetWebhookNotFound struct + Payload *models.ErrorModel + func NewGetWebhookNotFound() *GetWebhookNotFound + func (o *GetWebhookNotFound) Error() string + type GetWebhookOK struct + Payload *models.GetWebhook + func NewGetWebhookOK() *GetWebhookOK + func (o *GetWebhookOK) Error() string + type GetWebhookParams struct + Context context.Context + HTTPClient *http.Client + WebhookID int64 + func NewGetWebhookParams() *GetWebhookParams + func NewGetWebhookParamsWithContext(ctx context.Context) *GetWebhookParams + func NewGetWebhookParamsWithHTTPClient(client *http.Client) *GetWebhookParams + func NewGetWebhookParamsWithTimeout(timeout time.Duration) *GetWebhookParams + func (o *GetWebhookParams) SetContext(ctx context.Context) + func (o *GetWebhookParams) SetHTTPClient(client *http.Client) + func (o *GetWebhookParams) SetTimeout(timeout time.Duration) + func (o *GetWebhookParams) SetWebhookID(webhookID int64) + func (o *GetWebhookParams) WithContext(ctx context.Context) *GetWebhookParams + func (o *GetWebhookParams) WithHTTPClient(client *http.Client) *GetWebhookParams + func (o *GetWebhookParams) WithTimeout(timeout time.Duration) *GetWebhookParams + func (o *GetWebhookParams) WithWebhookID(webhookID int64) *GetWebhookParams + func (o *GetWebhookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetWebhookReader struct + func (o *GetWebhookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetWebhooksBadRequest struct + Payload *models.ErrorModel + func NewGetWebhooksBadRequest() *GetWebhooksBadRequest + func (o *GetWebhooksBadRequest) Error() string + type GetWebhooksOK struct + Payload *models.GetWebhooks + func NewGetWebhooksOK() *GetWebhooksOK + func (o *GetWebhooksOK) Error() string + type GetWebhooksParams struct + Context context.Context + HTTPClient *http.Client + Type *string + func NewGetWebhooksParams() *GetWebhooksParams + func NewGetWebhooksParamsWithContext(ctx context.Context) *GetWebhooksParams + func NewGetWebhooksParamsWithHTTPClient(client *http.Client) *GetWebhooksParams + func NewGetWebhooksParamsWithTimeout(timeout time.Duration) *GetWebhooksParams + func (o *GetWebhooksParams) SetContext(ctx context.Context) + func (o *GetWebhooksParams) SetHTTPClient(client *http.Client) + func (o *GetWebhooksParams) SetTimeout(timeout time.Duration) + func (o *GetWebhooksParams) SetType(typeVar *string) + func (o *GetWebhooksParams) WithContext(ctx context.Context) *GetWebhooksParams + func (o *GetWebhooksParams) WithHTTPClient(client *http.Client) *GetWebhooksParams + func (o *GetWebhooksParams) WithTimeout(timeout time.Duration) *GetWebhooksParams + func (o *GetWebhooksParams) WithType(typeVar *string) *GetWebhooksParams + func (o *GetWebhooksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetWebhooksReader struct + func (o *GetWebhooksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateWebhookBadRequest struct + Payload *models.ErrorModel + func NewUpdateWebhookBadRequest() *UpdateWebhookBadRequest + func (o *UpdateWebhookBadRequest) Error() string + type UpdateWebhookNoContent struct + func NewUpdateWebhookNoContent() *UpdateWebhookNoContent + func (o *UpdateWebhookNoContent) Error() string + type UpdateWebhookNotFound struct + Payload *models.ErrorModel + func NewUpdateWebhookNotFound() *UpdateWebhookNotFound + func (o *UpdateWebhookNotFound) Error() string + type UpdateWebhookParams struct + Context context.Context + HTTPClient *http.Client + UpdateWebhook *models.UpdateWebhook + WebhookID int64 + func NewUpdateWebhookParams() *UpdateWebhookParams + func NewUpdateWebhookParamsWithContext(ctx context.Context) *UpdateWebhookParams + func NewUpdateWebhookParamsWithHTTPClient(client *http.Client) *UpdateWebhookParams + func NewUpdateWebhookParamsWithTimeout(timeout time.Duration) *UpdateWebhookParams + func (o *UpdateWebhookParams) SetContext(ctx context.Context) + func (o *UpdateWebhookParams) SetHTTPClient(client *http.Client) + func (o *UpdateWebhookParams) SetTimeout(timeout time.Duration) + func (o *UpdateWebhookParams) SetUpdateWebhook(updateWebhook *models.UpdateWebhook) + func (o *UpdateWebhookParams) SetWebhookID(webhookID int64) + func (o *UpdateWebhookParams) WithContext(ctx context.Context) *UpdateWebhookParams + func (o *UpdateWebhookParams) WithHTTPClient(client *http.Client) *UpdateWebhookParams + func (o *UpdateWebhookParams) WithTimeout(timeout time.Duration) *UpdateWebhookParams + func (o *UpdateWebhookParams) WithUpdateWebhook(updateWebhook *models.UpdateWebhook) *UpdateWebhookParams + func (o *UpdateWebhookParams) WithWebhookID(webhookID int64) *UpdateWebhookParams + func (o *UpdateWebhookParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateWebhookReader struct + func (o *UpdateWebhookReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)