|
1 | 1 | # elements_sdk.AWSApi |
2 | 2 |
|
3 | | -All URIs are relative to *https://elements.local* |
| 3 | +All URIs are relative to *http://localhost* |
4 | 4 | > |
5 | 5 | Method | HTTP request | Description |
6 | 6 | ------------- | ------------- | ------------- |
@@ -40,7 +40,7 @@ configuration = elements_sdk.Configuration() |
40 | 40 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
41 | 41 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
42 | 42 |
|
43 | | -configuration.host = "https://elements.local" |
| 43 | +configuration.host = "http://localhost" |
44 | 44 |
|
45 | 45 | # Enter a context with an instance of the API client |
46 | 46 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -93,7 +93,7 @@ configuration = elements_sdk.Configuration() |
93 | 93 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
94 | 94 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
95 | 95 |
|
96 | | -configuration.host = "https://elements.local" |
| 96 | +configuration.host = "http://localhost" |
97 | 97 |
|
98 | 98 | # Enter a context with an instance of the API client |
99 | 99 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -146,7 +146,7 @@ configuration = elements_sdk.Configuration() |
146 | 146 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
147 | 147 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
148 | 148 |
|
149 | | -configuration.host = "https://elements.local" |
| 149 | +configuration.host = "http://localhost" |
150 | 150 |
|
151 | 151 | # Enter a context with an instance of the API client |
152 | 152 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -207,7 +207,7 @@ configuration = elements_sdk.Configuration() |
207 | 207 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
208 | 208 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
209 | 209 |
|
210 | | -configuration.host = "https://elements.local" |
| 210 | +configuration.host = "http://localhost" |
211 | 211 |
|
212 | 212 | # Enter a context with an instance of the API client |
213 | 213 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -260,7 +260,7 @@ configuration = elements_sdk.Configuration() |
260 | 260 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
261 | 261 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
262 | 262 |
|
263 | | -configuration.host = "https://elements.local" |
| 263 | +configuration.host = "http://localhost" |
264 | 264 |
|
265 | 265 | # Enter a context with an instance of the API client |
266 | 266 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -313,7 +313,7 @@ configuration = elements_sdk.Configuration() |
313 | 313 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
314 | 314 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
315 | 315 |
|
316 | | -configuration.host = "https://elements.local" |
| 316 | +configuration.host = "http://localhost" |
317 | 317 |
|
318 | 318 | # Enter a context with an instance of the API client |
319 | 319 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -366,7 +366,7 @@ configuration = elements_sdk.Configuration() |
366 | 366 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
367 | 367 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
368 | 368 |
|
369 | | -configuration.host = "https://elements.local" |
| 369 | +configuration.host = "http://localhost" |
370 | 370 |
|
371 | 371 | # Enter a context with an instance of the API client |
372 | 372 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -421,7 +421,7 @@ configuration = elements_sdk.Configuration() |
421 | 421 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
422 | 422 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
423 | 423 |
|
424 | | -configuration.host = "https://elements.local" |
| 424 | +configuration.host = "http://localhost" |
425 | 425 |
|
426 | 426 | # Enter a context with an instance of the API client |
427 | 427 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -474,7 +474,7 @@ configuration = elements_sdk.Configuration() |
474 | 474 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
475 | 475 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
476 | 476 |
|
477 | | -configuration.host = "https://elements.local" |
| 477 | +configuration.host = "http://localhost" |
478 | 478 |
|
479 | 479 | # Enter a context with an instance of the API client |
480 | 480 | with elements_sdk.ApiClient(configuration) as api_client: |
|
0 commit comments