Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Release v0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 5, 2023
1 parent 1d1d9c1 commit b5977ef
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion attempt/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.AttemptListReq
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion bookmark/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.BookmarkListRe
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion connection/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.ConnectionList
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
headers := c.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/hookdeck/hookdeck-go-sdk")
headers.Set("X-Fern-SDK-Version", "0.0.33")
headers.Set("X-Fern-SDK-Version", "v0.0.34")
return headers
}
2 changes: 1 addition & 1 deletion destination/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.DestinationLis
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion event/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.EventListReque
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion eventbulkretry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.EventBulkRetry
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion ignoredeventbulkretry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.IgnoredEventBu
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
4 changes: 2 additions & 2 deletions issue/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.IssueListReque
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down Expand Up @@ -210,7 +210,7 @@ func (c *Client) Count(ctx context.Context, request *hookdeckgosdk.IssueCountReq
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion issuetrigger/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.IssueTriggerLi
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
6 changes: 3 additions & 3 deletions request/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.RequestListReq
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down Expand Up @@ -424,7 +424,7 @@ func (c *Client) ListEvent(ctx context.Context, id string, request *hookdeckgosd
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down Expand Up @@ -504,7 +504,7 @@ func (c *Client) ListIgnoredEvent(ctx context.Context, id string, request *hookd
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
2 changes: 1 addition & 1 deletion requestbulkretry/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.RequestBulkRet
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
4 changes: 2 additions & 2 deletions source/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.SourceListRequ
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down Expand Up @@ -256,7 +256,7 @@ func (c *Client) Retrieve(ctx context.Context, id string, request *hookdeckgosdk
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down
4 changes: 2 additions & 2 deletions transformation/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (c *Client) List(ctx context.Context, request *hookdeckgosdk.Transformation
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down Expand Up @@ -431,7 +431,7 @@ func (c *Client) ListExecution(ctx context.Context, id string, request *hookdeck
c.httpClient,
endpointURL,
http.MethodGet,
request,
nil,
&response,
false,
c.header,
Expand Down

0 comments on commit b5977ef

Please sign in to comment.