Skip to content

Commit 48fee72

Browse files
committed
v3.2.0b1
1 parent bf9aaf4 commit 48fee72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+9251
-2815
lines changed

.openapi-generator/FILES

Lines changed: 163 additions & 88 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 116 additions & 56 deletions
Large diffs are not rendered by default.

docs/AuthApi.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# elements_sdk.AuthApi
22

3-
All URIs are relative to *http://elements.local*
3+
All URIs are relative to *https://elements.local*
44
>
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
@@ -40,7 +40,7 @@ configuration = elements_sdk.Configuration()
4040
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
4141
configuration.api_key_prefix['Authorization'] = 'Bearer'
4242

43-
configuration.host = "http://elements.local"
43+
configuration.host = "https://elements.local"
4444

4545
# Enter a context with an instance of the API client
4646
with elements_sdk.ApiClient(configuration) as api_client:
@@ -93,7 +93,7 @@ configuration = elements_sdk.Configuration()
9393
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
9494
configuration.api_key_prefix['Authorization'] = 'Bearer'
9595

96-
configuration.host = "http://elements.local"
96+
configuration.host = "https://elements.local"
9797

9898
# Enter a context with an instance of the API client
9999
with elements_sdk.ApiClient(configuration) as api_client:
@@ -142,7 +142,7 @@ configuration = elements_sdk.Configuration()
142142
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
143143
configuration.api_key_prefix['Authorization'] = 'Bearer'
144144

145-
configuration.host = "http://elements.local"
145+
configuration.host = "https://elements.local"
146146

147147
# Enter a context with an instance of the API client
148148
with elements_sdk.ApiClient(configuration) as api_client:
@@ -195,7 +195,7 @@ configuration = elements_sdk.Configuration()
195195
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
196196
configuration.api_key_prefix['Authorization'] = 'Bearer'
197197

198-
configuration.host = "http://elements.local"
198+
configuration.host = "https://elements.local"
199199

200200
# Enter a context with an instance of the API client
201201
with elements_sdk.ApiClient(configuration) as api_client:
@@ -244,7 +244,7 @@ configuration = elements_sdk.Configuration()
244244
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
245245
configuration.api_key_prefix['Authorization'] = 'Bearer'
246246

247-
configuration.host = "http://elements.local"
247+
configuration.host = "https://elements.local"
248248

249249
# Enter a context with an instance of the API client
250250
with elements_sdk.ApiClient(configuration) as api_client:
@@ -297,7 +297,7 @@ configuration = elements_sdk.Configuration()
297297
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
298298
configuration.api_key_prefix['Authorization'] = 'Bearer'
299299

300-
configuration.host = "http://elements.local"
300+
configuration.host = "https://elements.local"
301301

302302
# Enter a context with an instance of the API client
303303
with elements_sdk.ApiClient(configuration) as api_client:
@@ -364,7 +364,7 @@ configuration = elements_sdk.Configuration()
364364
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
365365
configuration.api_key_prefix['Authorization'] = 'Bearer'
366366

367-
configuration.host = "http://elements.local"
367+
configuration.host = "https://elements.local"
368368

369369
# Enter a context with an instance of the API client
370370
with elements_sdk.ApiClient(configuration) as api_client:
@@ -417,7 +417,7 @@ configuration = elements_sdk.Configuration()
417417
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
418418
configuration.api_key_prefix['Authorization'] = 'Bearer'
419419

420-
configuration.host = "http://elements.local"
420+
configuration.host = "https://elements.local"
421421

422422
# Enter a context with an instance of the API client
423423
with elements_sdk.ApiClient(configuration) as api_client:
@@ -466,7 +466,7 @@ configuration = elements_sdk.Configuration()
466466
configuration.api_key['Authorization'] = 'YOUR_API_KEY'
467467
configuration.api_key_prefix['Authorization'] = 'Bearer'
468468

469-
configuration.host = "http://elements.local"
469+
configuration.host = "https://elements.local"
470470

471471
# Enter a context with an instance of the API client
472472
with elements_sdk.ApiClient(configuration) as api_client:

0 commit comments

Comments
 (0)