|
1 | 1 | # elements_sdk.AuthApi |
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 | ------------- | ------------- | ------------- |
@@ -43,7 +43,7 @@ configuration = elements_sdk.Configuration() |
43 | 43 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
44 | 44 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
45 | 45 |
|
46 | | -configuration.host = "https://elements.local" |
| 46 | +configuration.host = "http://localhost" |
47 | 47 |
|
48 | 48 | # Enter a context with an instance of the API client |
49 | 49 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -96,7 +96,7 @@ configuration = elements_sdk.Configuration() |
96 | 96 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
97 | 97 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
98 | 98 |
|
99 | | -configuration.host = "https://elements.local" |
| 99 | +configuration.host = "http://localhost" |
100 | 100 |
|
101 | 101 | # Enter a context with an instance of the API client |
102 | 102 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -145,7 +145,7 @@ configuration = elements_sdk.Configuration() |
145 | 145 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
146 | 146 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
147 | 147 |
|
148 | | -configuration.host = "https://elements.local" |
| 148 | +configuration.host = "http://localhost" |
149 | 149 |
|
150 | 150 | # Enter a context with an instance of the API client |
151 | 151 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -198,7 +198,7 @@ configuration = elements_sdk.Configuration() |
198 | 198 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
199 | 199 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
200 | 200 |
|
201 | | -configuration.host = "https://elements.local" |
| 201 | +configuration.host = "http://localhost" |
202 | 202 |
|
203 | 203 | # Enter a context with an instance of the API client |
204 | 204 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -247,7 +247,7 @@ configuration = elements_sdk.Configuration() |
247 | 247 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
248 | 248 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
249 | 249 |
|
250 | | -configuration.host = "https://elements.local" |
| 250 | +configuration.host = "http://localhost" |
251 | 251 |
|
252 | 252 | # Enter a context with an instance of the API client |
253 | 253 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -300,7 +300,7 @@ configuration = elements_sdk.Configuration() |
300 | 300 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
301 | 301 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
302 | 302 |
|
303 | | -configuration.host = "https://elements.local" |
| 303 | +configuration.host = "http://localhost" |
304 | 304 |
|
305 | 305 | # Enter a context with an instance of the API client |
306 | 306 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -367,7 +367,7 @@ configuration = elements_sdk.Configuration() |
367 | 367 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
368 | 368 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
369 | 369 |
|
370 | | -configuration.host = "https://elements.local" |
| 370 | +configuration.host = "http://localhost" |
371 | 371 |
|
372 | 372 | # Enter a context with an instance of the API client |
373 | 373 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -420,7 +420,7 @@ configuration = elements_sdk.Configuration() |
420 | 420 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
421 | 421 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
422 | 422 |
|
423 | | -configuration.host = "https://elements.local" |
| 423 | +configuration.host = "http://localhost" |
424 | 424 |
|
425 | 425 | # Enter a context with an instance of the API client |
426 | 426 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -469,7 +469,7 @@ configuration = elements_sdk.Configuration() |
469 | 469 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
470 | 470 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
471 | 471 |
|
472 | | -configuration.host = "https://elements.local" |
| 472 | +configuration.host = "http://localhost" |
473 | 473 |
|
474 | 474 | # Enter a context with an instance of the API client |
475 | 475 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -522,7 +522,7 @@ configuration = elements_sdk.Configuration() |
522 | 522 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
523 | 523 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
524 | 524 |
|
525 | | -configuration.host = "https://elements.local" |
| 525 | +configuration.host = "http://localhost" |
526 | 526 |
|
527 | 527 | # Enter a context with an instance of the API client |
528 | 528 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -577,7 +577,7 @@ configuration = elements_sdk.Configuration() |
577 | 577 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
578 | 578 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
579 | 579 |
|
580 | | -configuration.host = "https://elements.local" |
| 580 | +configuration.host = "http://localhost" |
581 | 581 |
|
582 | 582 | # Enter a context with an instance of the API client |
583 | 583 | with elements_sdk.ApiClient(configuration) as api_client: |
@@ -630,7 +630,7 @@ configuration = elements_sdk.Configuration() |
630 | 630 | configuration.api_key['Authorization'] = 'YOUR_API_KEY' |
631 | 631 | configuration.api_key_prefix['Authorization'] = 'Bearer' |
632 | 632 |
|
633 | | -configuration.host = "https://elements.local" |
| 633 | +configuration.host = "http://localhost" |
634 | 634 |
|
635 | 635 | # Enter a context with an instance of the API client |
636 | 636 | with elements_sdk.ApiClient(configuration) as api_client: |
|
0 commit comments