Skip to content

Commit

Permalink
feat: add new endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov committed May 17, 2024
1 parent 2914748 commit cda3a95
Show file tree
Hide file tree
Showing 15 changed files with 613 additions and 116 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
package aiven
// Version returns aiven-go-client version string
func Version() string {
return "${{ steps.version.outputs.new_tag }}"
}
func Version() string { return "${{ steps.version.outputs.new_tag }}" }
END
git config user.name github-actions
git config user.email [email protected]
Expand Down
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func NewClient(opts ...Option) (Client, error) {

// Removes trailing / so it is easier later Host + URL
d.Host = strings.TrimSuffix(d.Host, "/")

return newClient(d), nil
}

Expand Down
8 changes: 8 additions & 0 deletions client_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cda3a95

Please sign in to comment.