commercetools-go-sdk icon indicating copy to clipboard operation
commercetools-go-sdk copied to clipboard

Go SDK for commercetools

Results 9 commercetools-go-sdk issues
Sort by recently updated
recently updated
newest added

Example usage:: ```go newClient.CustomApplicationGetWithID(context.TODO(), "ckcmb5qvmzpes0714901hx27v") draft := &commercetools.CustomApplicationDraft{ Name: "terraform-test", NavbarMenu: commercetools.CustomApplicationNavbarMenu{ Key: "foobar", URIPath: "no-idea", Permissions: []string{"ViewCategories"}, LabelAllLocales: []commercetools.CustomApplicationLabelLocale{ commercetools.CustomApplicationLabelLocale{ Locale: "NL", Value: "Michael Test", }, }, Submenu: []commercetools.CustomApplicationNavbarSubmenu{},...

Use https://pkg.go.dev/golang.org/x/exp/cmd/gorelease to detect backwards incompatible changes?

enhancement

Bumps the go group with 1 update: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.20.0 to 0.21.0 Commits 5fd4241 google: update compute token refresh See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.20.0&new-version=0.21.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
go

Bumps the github-actions group with 2 updates in the / directory: [labd/changie-release-action](https://github.com/labd/changie-release-action) and [actions/add-to-project](https://github.com/actions/add-to-project). Updates `labd/changie-release-action` from 0.3.1 to 0.3.2 Changelog Sourced from labd/changie-release-action's changelog. v0.3.2 - 2024-05-17 Fixed Updated...

dependencies
github_actions

*Problem:* If a response results in an error when being unmarshaled, the response is lost. This makes it impossible to differentiate a 200 response from a 400 response. [This code](https://github.com/labd/commercetools-go-sdk/blob/90b121c66303ba68c0caa66bacffcd4e438cb2d7/platform/client_payments_by_project_key_me_payments_by_id_post.go#L90-L102)...

enhancement

Bumps the go group with 1 update: [golang.org/x/oauth2](https://github.com/golang/oauth2). Updates `golang.org/x/oauth2` from 0.21.0 to 0.22.0 Commits 6d8340f LICENSE: update per Google Legal See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/oauth2&package-manager=go_modules&previous-version=0.21.0&new-version=0.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies
go

Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` |...

dependencies
github_actions

Bumps the go group with 3 updates in the / directory: [github.com/stretchr/testify](https://github.com/stretchr/testify), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/tools](https://github.com/golang/tools). Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 Release notes Sourced from github.com/stretchr/testify's releases. v1.11.1 This release...

dependencies
go