|
1 | 1 | # stitch_connect_client.SourcesApi |
2 | 2 |
|
3 | | -All URIs are relative to *https://stitchdata.com* |
| 3 | +All URIs are relative to *https://api.stitchdata.com* |
4 | 4 |
|
5 | 5 | Method | HTTP request | Description |
6 | 6 | ------------- | ------------- | ------------- |
@@ -31,8 +31,8 @@ configuration = stitch_connect_client.Configuration() |
31 | 31 | # Configure Bearer authorization: bearerAuth |
32 | 32 | configuration.access_token = 'YOUR_BEARER_TOKEN' |
33 | 33 |
|
34 | | -# Defining host is optional and default to https://stitchdata.com |
35 | | -configuration.host = "https://stitchdata.com" |
| 34 | +# Defining host is optional and default to https://api.stitchdata.com |
| 35 | +configuration.host = "https://api.stitchdata.com" |
36 | 36 | # Create an instance of the API class |
37 | 37 | api_instance = stitch_connect_client.SourcesApi(stitch_connect_client.ApiClient(configuration)) |
38 | 38 | create_source_body = stitch_connect_client.CreateSourceBody() # CreateSourceBody | Request body to create a new source (optional) |
@@ -141,8 +141,8 @@ configuration = stitch_connect_client.Configuration() |
141 | 141 | # Configure Bearer authorization: bearerAuth |
142 | 142 | configuration.access_token = 'YOUR_BEARER_TOKEN' |
143 | 143 |
|
144 | | -# Defining host is optional and default to https://stitchdata.com |
145 | | -configuration.host = "https://stitchdata.com" |
| 144 | +# Defining host is optional and default to https://api.stitchdata.com |
| 145 | +configuration.host = "https://api.stitchdata.com" |
146 | 146 | # Create an instance of the API class |
147 | 147 | api_instance = stitch_connect_client.SourcesApi(stitch_connect_client.ApiClient(configuration)) |
148 | 148 | source_id = 'source_id_example' # str | The ID of the source |
@@ -199,8 +199,8 @@ configuration = stitch_connect_client.Configuration() |
199 | 199 | # Configure Bearer authorization: bearerAuth |
200 | 200 | configuration.access_token = 'YOUR_BEARER_TOKEN' |
201 | 201 |
|
202 | | -# Defining host is optional and default to https://stitchdata.com |
203 | | -configuration.host = "https://stitchdata.com" |
| 202 | +# Defining host is optional and default to https://api.stitchdata.com |
| 203 | +configuration.host = "https://api.stitchdata.com" |
204 | 204 | # Create an instance of the API class |
205 | 205 | api_instance = stitch_connect_client.SourcesApi(stitch_connect_client.ApiClient(configuration)) |
206 | 206 | source_id = 'source_id_example' # str | The ID of the source |
@@ -256,8 +256,8 @@ configuration = stitch_connect_client.Configuration() |
256 | 256 | # Configure Bearer authorization: bearerAuth |
257 | 257 | configuration.access_token = 'YOUR_BEARER_TOKEN' |
258 | 258 |
|
259 | | -# Defining host is optional and default to https://stitchdata.com |
260 | | -configuration.host = "https://stitchdata.com" |
| 259 | +# Defining host is optional and default to https://api.stitchdata.com |
| 260 | +configuration.host = "https://api.stitchdata.com" |
261 | 261 | # Create an instance of the API class |
262 | 262 | api_instance = stitch_connect_client.SourcesApi(stitch_connect_client.ApiClient(configuration)) |
263 | 263 |
|
@@ -310,8 +310,8 @@ configuration = stitch_connect_client.Configuration() |
310 | 310 | # Configure Bearer authorization: bearerAuth |
311 | 311 | configuration.access_token = 'YOUR_BEARER_TOKEN' |
312 | 312 |
|
313 | | -# Defining host is optional and default to https://stitchdata.com |
314 | | -configuration.host = "https://stitchdata.com" |
| 313 | +# Defining host is optional and default to https://api.stitchdata.com |
| 314 | +configuration.host = "https://api.stitchdata.com" |
315 | 315 | # Create an instance of the API class |
316 | 316 | api_instance = stitch_connect_client.SourcesApi(stitch_connect_client.ApiClient(configuration)) |
317 | 317 | source_id = 'source_id_example' # str | The ID of the source |
|
0 commit comments