Skip to content

Conversation

andreaangiolillo
Copy link
Collaborator

@andreaangiolillo andreaangiolillo commented Jun 19, 2025

Proposed changes

This PR updates the go sdk code sample to remove the UseBaseURL since it should be used only for cloud-dev

"\tclient, err := sdk.NewClient(\n" +
"\t\tsdk.UseOAuthAuth(clientID, clientSecret),\n" +
"\t\tsdk.UseBaseURL(url))\n\n" +
"\tclient, err := sdk.NewClient(sdk.UseOAuthAuth(clientID, clientSecret))\n\n" +
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

main change

@andreaangiolillo andreaangiolillo marked this pull request as ready for review June 19, 2025 15:18
@andreaangiolillo andreaangiolillo requested a review from a team as a code owner June 19, 2025 15:18
Copy link
Collaborator

@blva blva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andreaangiolillo andreaangiolillo merged commit ea7e4e7 into main Jun 19, 2025
9 checks passed
@andreaangiolillo andreaangiolillo deleted the fix_go_sdk_sample branch June 19, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants