|
1 | 1 | // File generated from our OpenAPI spec by Stainless. |
2 | 2 |
|
3 | | -package com.stagehand.api.client.okhttp |
4 | | - |
| 3 | +package com.browserbase.api.client.okhttp |
| 4 | + |
| 5 | +import com.browserbase.api.client.BrowserbaseClientAsync |
| 6 | +import com.browserbase.api.client.BrowserbaseClientAsyncImpl |
| 7 | +import com.browserbase.api.core.ClientOptions |
| 8 | +import com.browserbase.api.core.Sleeper |
| 9 | +import com.browserbase.api.core.Timeout |
| 10 | +import com.browserbase.api.core.http.Headers |
| 11 | +import com.browserbase.api.core.http.HttpClient |
| 12 | +import com.browserbase.api.core.http.QueryParams |
| 13 | +import com.browserbase.api.core.jsonMapper |
5 | 14 | import com.fasterxml.jackson.databind.json.JsonMapper |
6 | | -import com.stagehand.api.client.BrowserbaseClientAsync |
7 | | -import com.stagehand.api.client.BrowserbaseClientAsyncImpl |
8 | | -import com.stagehand.api.core.ClientOptions |
9 | | -import com.stagehand.api.core.Sleeper |
10 | | -import com.stagehand.api.core.Timeout |
11 | | -import com.stagehand.api.core.http.Headers |
12 | | -import com.stagehand.api.core.http.HttpClient |
13 | | -import com.stagehand.api.core.http.QueryParams |
14 | | -import com.stagehand.api.core.jsonMapper |
15 | 15 | import java.net.Proxy |
16 | 16 | import java.time.Clock |
17 | 17 | import java.time.Duration |
@@ -116,7 +116,7 @@ class BrowserbaseOkHttpClientAsync private constructor() { |
116 | 116 | /** |
117 | 117 | * The Jackson JSON mapper to use for serializing and deserializing JSON. |
118 | 118 | * |
119 | | - * Defaults to [com.stagehand.api.core.jsonMapper]. The default is usually sufficient and |
| 119 | + * Defaults to [com.browserbase.api.core.jsonMapper]. The default is usually sufficient and |
120 | 120 | * rarely needs to be overridden. |
121 | 121 | */ |
122 | 122 | fun jsonMapper(jsonMapper: JsonMapper) = apply { clientOptions.jsonMapper(jsonMapper) } |
|
0 commit comments