Skip to content

Commit 25b5788

Browse files
feat(api): update via SDK Studio
1 parent b5a1ff4 commit 25b5788

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 12
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/beeper%2Fbeeper-desktop-api-0e822b2bf1c6e9913f5ef95f9feb25ee9c76aa38d9b927ad181165c6a6ad6588.yml
33
openapi_spec_hash: 2ec51cfeccf119e5fca24930aed25113
4-
config_hash: c94b6329bfcab27d3a6a65bbfb737e4a
4+
config_hash: 617d4d70cd73419f62e1ef26273bde77

option/requestoption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ func WithRequestTimeout(dur time.Duration) RequestOption {
263263
// environment to be the "local" environment. An environment specifies which base URL
264264
// to use by default.
265265
func WithEnvironmentLocal() RequestOption {
266-
return requestconfig.WithDefaultBaseURL("http://localhost:23373/")
266+
return requestconfig.WithDefaultBaseURL("http://localhost:23374/")
267267
}
268268

269269
// WithAccessToken returns a RequestOption that sets the client setting "access_token".

0 commit comments

Comments
 (0)