|
1 | 1 | # elements_sdk.AuthApi |
2 | 2 |
|
3 | | -All URIs are relative to *http://elements.local* |
| 3 | +All URIs are relative to *https://elements.local* |
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 = "http://elements.local" |
| 43 | +configuration.host = "https://elements.local" |
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 = "http://elements.local" |
| 96 | +configuration.host = "https://elements.local" |
97 | 97 |
|
98 | 98 | # Enter a context with an instance of the API client |
99 | 99 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -142,7 +142,7 @@ configuration = elements_sdk.Configuration() |
142 | 142 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
143 | 143 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
144 | 144 |
|
145 | | -configuration.host = "http://elements.local" |
| 145 | +configuration.host = "https://elements.local" |
146 | 146 |
|
147 | 147 | # Enter a context with an instance of the API client |
148 | 148 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -195,7 +195,7 @@ configuration = elements_sdk.Configuration() |
195 | 195 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
196 | 196 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
197 | 197 |
|
198 | | -configuration.host = "http://elements.local" |
| 198 | +configuration.host = "https://elements.local" |
199 | 199 |
|
200 | 200 | # Enter a context with an instance of the API client |
201 | 201 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -244,7 +244,7 @@ configuration = elements_sdk.Configuration() |
244 | 244 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
245 | 245 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
246 | 246 |
|
247 | | -configuration.host = "http://elements.local" |
| 247 | +configuration.host = "https://elements.local" |
248 | 248 |
|
249 | 249 | # Enter a context with an instance of the API client |
250 | 250 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -297,7 +297,7 @@ configuration = elements_sdk.Configuration() |
297 | 297 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
298 | 298 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
299 | 299 |
|
300 | | -configuration.host = "http://elements.local" |
| 300 | +configuration.host = "https://elements.local" |
301 | 301 |
|
302 | 302 | # Enter a context with an instance of the API client |
303 | 303 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -364,7 +364,7 @@ configuration = elements_sdk.Configuration() |
364 | 364 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
365 | 365 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
366 | 366 |
|
367 | | -configuration.host = "http://elements.local" |
| 367 | +configuration.host = "https://elements.local" |
368 | 368 |
|
369 | 369 | # Enter a context with an instance of the API client |
370 | 370 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -417,7 +417,7 @@ configuration = elements_sdk.Configuration() |
417 | 417 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
418 | 418 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
419 | 419 |
|
420 | | -configuration.host = "http://elements.local" |
| 420 | +configuration.host = "https://elements.local" |
421 | 421 |
|
422 | 422 | # Enter a context with an instance of the API client |
423 | 423 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -466,7 +466,7 @@ configuration = elements_sdk.Configuration() |
466 | 466 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
467 | 467 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
468 | 468 |
|
469 | | -configuration.host = "http://elements.local" |
| 469 | +configuration.host = "https://elements.local" |
470 | 470 |
|
471 | 471 | # Enter a context with an instance of the API client |
472 | 472 | with elements_sdk.ApiClient(configuration) as api_client: |
|
0 commit comments