You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-18
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,19 @@ Developers will need to create an API Key within your [Developer Portal](https:/
15
15
16
16
The Developer Portal UI can also be used to help build your integration by showing information about network requests in the Requests tab. API usage information is also available to you in the Usage tab.
*[createConnection](docs/sdks/connections/README.md#createconnection) - Create a connection
@@ -149,13 +160,30 @@ public class Application {
149
160
*[getWorkspace](docs/sdks/workspaces/README.md#getworkspace) - Get Workspace details
150
161
*[listWorkspaces](docs/sdks/workspaces/README.md#listworkspaces) - List workspaces
151
162
*[updateWorkspace](docs/sdks/workspaces/README.md#updateworkspace) - Update a workspace
152
-
<!-- End SDK Available Operations -->
163
+
<!-- End Available Resources and Operations [operations] -->
164
+
165
+
166
+
167
+
<!-- Start Server Selection [server] -->
168
+
## Server Selection
169
+
170
+
## Server Selection
171
+
172
+
### Select Server by Index
173
+
174
+
You can override the default server globally using the `setServerIndex` option when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
175
+
176
+
| # | Server | Variables |
177
+
| - | ------ | --------- |
178
+
| 0 |`https://api.airbyte.com/v1`| None |
179
+
153
180
154
181
155
182
156
-
<!-- Start Dev Containers -->
183
+
### Override Server URL Per-Client
157
184
158
-
<!-- End Dev Containers -->
185
+
The default server can also be overridden globally using the `setServerURL` option when initializing the SDK client instance. For example:
186
+
<!-- End Server Selection [server] -->
159
187
160
188
<!-- Placeholder for Future Speakeasy SDK Sections -->
|`configuration`|*Object*|:heavy_check_mark:| The values required to configure the destination. |[object Object]|
8
+
|`configuration`|*Object*|:heavy_check_mark:| The values required to configure the destination. |{"user":"charles"}|
9
9
|`definitionId`|*String*|:heavy_minus_sign:| The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. ||
10
10
|`name`|*String*|:heavy_check_mark:| Name of the destination e.g. dev-mysql-instance. ||
0 commit comments