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
Copy file name to clipboardExpand all lines: src/docs/ExchangesApi.md
+18-86Lines changed: 18 additions & 86 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,37 +187,34 @@ api_key -> can be obtained from our website at https://eod-stock-api.site
187
187
### HTTP response details
188
188
| Status code | Description | Response headers |
189
189
|-------------|-------------|------------------|
190
-
|**0**|| - |
190
+
|**200**|| - |
191
191
192
192
[[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,10 +249,7 @@ api_key -> can be obtained from our website at https://eod-stock-api.site
252
249
253
250
[[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)
@@ -313,99 +308,36 @@ api_key -> can be obtained from our website at https://eod-stock-api.site
313
308
314
309
[[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)
315
310
316
-
# **v1_exchange_post**
317
-
> ExchangeResponse v1_exchange_post(body=body)
318
-
319
-
320
-
321
-
given exchange_code data create new exchange_code
322
-
323
-
### Example
324
-
325
-
```python
326
-
from__future__import print_function
327
-
import time
328
-
import IntelligentStockMarketAPI
329
-
from IntelligentStockMarketAPI.rest import ApiException
330
-
from pprint import pprint
331
-
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
332
-
# See configuration.py for a list of all supported configuration parameters.
api_key -> can be obtained from our website at https://eod-stock-api.site
364
-
365
-
### HTTP request headers
366
-
367
-
-**Content-Type**: application/json
368
-
-**Accept**: application/json
369
-
370
-
### HTTP response details
371
-
| Status code | Description | Response headers |
372
-
|-------------|-------------|------------------|
373
-
|**0**|| - |
374
-
375
-
[[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)
376
-
377
-
# **v1_exchanges_get**
378
-
> ExchangeListResponse v1_exchanges_get()
379
-
380
-
311
+
# **Exchange List**
381
312
382
313
returns a list of exchanges
383
314
384
315
### Example
385
316
386
317
```python
387
318
from__future__import print_function
388
-
import time
389
319
import IntelligentStockMarketAPI
390
320
from IntelligentStockMarketAPI.rest import ApiException
391
321
from pprint import pprint
392
322
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
393
323
# See configuration.py for a list of all supported configuration parameters.
print("Exception when calling ExchangesApi->v1_exchanges_get: %s\n"% e)
339
+
print("Exception when calling ExchangesApi : {}".format(e))
340
+
409
341
```
410
342
411
343
### Parameters
@@ -421,13 +353,13 @@ api_key -> can be obtained from our website at https://eod-stock-api.site
421
353
422
354
### HTTP request headers
423
355
424
-
-**Content-Type**: Not defined
356
+
-**Content-Type**: application/json
425
357
-**Accept**: application/json
426
358
427
359
### HTTP response details
428
360
| Status code | Description | Response headers |
429
361
|-------------|-------------|------------------|
430
-
|**0**|| - |
362
+
|**200**|| - |
431
363
432
364
[[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