You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print("The response of ImportListConfigApi->get_import_list_config:\n")
102
-
pprint(api_response)
103
-
exceptExceptionas e:
104
-
print("Exception when calling ImportListConfigApi->get_import_list_config: %s\n"% e)
105
-
```
106
65
107
66
### Parameters
67
+
108
68
This endpoint does not need any parameter.
109
69
110
70
### Return type
@@ -121,9 +81,10 @@ This endpoint does not need any parameter.
121
81
-**Accept**: application/json
122
82
123
83
### HTTP response details
84
+
124
85
| Status code | Description | Response headers |
125
86
|-------------|-------------|------------------|
126
-
**200** | Success | - |
87
+
**2XX** | Success | - |
127
88
128
89
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
129
90
@@ -135,13 +96,14 @@ This endpoint does not need any parameter.
135
96
### Example
136
97
137
98
* Api Key Authentication (apikey):
99
+
* Api Key Authentication (X-Api-Key):
100
+
138
101
```python
139
-
from__future__import print_function
140
-
import time
141
-
import os
142
102
import sonarr
103
+
from sonarr.models.import_list_config_resource import ImportListConfigResource
143
104
from sonarr.rest import ApiException
144
105
from pprint import pprint
106
+
145
107
# Defining the host is optional and defaults to http://localhost:8989
146
108
# See configuration.py for a list of all supported configuration parameters.
147
109
configuration = sonarr.Configuration(
@@ -179,53 +141,11 @@ with sonarr.ApiClient(configuration) as api_client:
179
141
print("Exception when calling ImportListConfigApi->get_import_list_config_by_id: %s\n"% e)
180
142
```
181
143
182
-
* Api Key Authentication (X-Api-Key):
183
-
```python
184
-
from__future__import print_function
185
-
import time
186
-
import os
187
-
import sonarr
188
-
from sonarr.rest import ApiException
189
-
from pprint import pprint
190
-
# Defining the host is optional and defaults to http://localhost:8989
191
-
# See configuration.py for a list of all supported configuration parameters.
192
-
configuration = sonarr.Configuration(
193
-
host="http://localhost:8989"
194
-
)
195
-
196
-
# The client must configure the authentication and authorization parameters
197
-
# in accordance with the API server security policy.
198
-
# Examples for each auth method are provided below, use the example that
@@ -244,9 +164,10 @@ Name | Type | Description | Notes
244
164
-**Accept**: application/json
245
165
246
166
### HTTP response details
167
+
247
168
| Status code | Description | Response headers |
248
169
|-------------|-------------|------------------|
249
-
**200** | Success | - |
170
+
**2XX** | Success | - |
250
171
251
172
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
252
173
@@ -258,13 +179,14 @@ Name | Type | Description | Notes
258
179
### Example
259
180
260
181
* Api Key Authentication (apikey):
182
+
* Api Key Authentication (X-Api-Key):
183
+
261
184
```python
262
-
from__future__import print_function
263
-
import time
264
-
import os
265
185
import sonarr
186
+
from sonarr.models.import_list_config_resource import ImportListConfigResource
266
187
from sonarr.rest import ApiException
267
188
from pprint import pprint
189
+
268
190
# Defining the host is optional and defaults to http://localhost:8989
269
191
# See configuration.py for a list of all supported configuration parameters.
270
192
configuration = sonarr.Configuration(
@@ -303,54 +225,11 @@ with sonarr.ApiClient(configuration) as api_client:
303
225
print("Exception when calling ImportListConfigApi->update_import_list_config: %s\n"% e)
304
226
```
305
227
306
-
* Api Key Authentication (X-Api-Key):
307
-
```python
308
-
from__future__import print_function
309
-
import time
310
-
import os
311
-
import sonarr
312
-
from sonarr.rest import ApiException
313
-
from pprint import pprint
314
-
# Defining the host is optional and defaults to http://localhost:8989
315
-
# See configuration.py for a list of all supported configuration parameters.
316
-
configuration = sonarr.Configuration(
317
-
host="http://localhost:8989"
318
-
)
319
228
320
-
# The client must configure the authentication and authorization parameters
321
-
# in accordance with the API server security policy.
322
-
# Examples for each auth method are provided below, use the example that
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments