We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f38f5bf commit 7df303bCopy full SHA for 7df303b
option/requestoption.go
@@ -225,7 +225,7 @@ func WithRequestTimeout(dur time.Duration) RequestOption {
225
// environment to be the "production" environment. An environment specifies which base URL
226
// to use by default.
227
func WithEnvironmentProduction() RequestOption {
228
- return WithBaseURL("https://app.gitpod.io/app/")
+ return WithBaseURL("https://app.gitpod.io/api/")
229
}
230
231
// WithAuthToken returns a RequestOption that sets the client setting "auth_token".
0 commit comments