Skip to content

Commit d8dac9a

Browse files
Updated API Documentations
1 parent 51c9fe1 commit d8dac9a

File tree

5 files changed

+202
-208
lines changed

5 files changed

+202
-208
lines changed

src/docs/EodApi.md

Lines changed: 42 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# src.IntelligentStockMarketAPI.EodApi
22

3-
All URIs are relative to *http://https://gateway.eod-stock-api.site/api*
4-
5-
Method | HTTP request | Description
6-
------------- | ------------- | -------------
7-
[**v1_eod_date_exchange_code_get**](EodApi.md#v1_eod_date_exchange_code_get) | **GET** /v1/eod/{_date}/{exchange_code} |
8-
[**v1_eod_date_exchange_code_stock_code_get**](EodApi.md#v1_eod_date_exchange_code_stock_code_get) | **GET** /v1/eod/{_date}/{exchange_code}.{stock_code} |
9-
[**v1_eod_from_to_exchange_code_get**](EodApi.md#v1_eod_from_to_exchange_code_get) | **GET** /v1/eod/{_from}.{_to}/{exchange_code} |
10-
[**v1_eod_from_to_stock_code_get**](EodApi.md#v1_eod_from_to_stock_code_get) | **GET** /v1/eod/{_from}.{_to}/{stock_code} |
3+
All URIs are relative to *https://gateway.eod-stock-api.site/api*
114

5+
| Method | HTTP request | Description |
6+
|----------------------------------------------------------------------------------------------------|------------------------------------------------------|-------------|
7+
| [**v1_eod_date_exchange_code_get**](EodApi.md#v1_eod_date_exchange_code_get) | **GET** /v1/eod/{_date}/{exchange_code} | |
8+
| [**v1_eod_date_exchange_code_stock_code_get**](EodApi.md#v1_eod_date_exchange_code_stock_code_get) | **GET** /v1/eod/{_date}/{exchange_code}.{stock_code} | |
9+
| [**v1_eod_from_to_exchange_code_get**](EodApi.md#v1_eod_from_to_exchange_code_get) | **GET** /v1/eod/{_from}.{_to}/{exchange_code} | |
10+
| [**v1_eod_from_to_stock_code_get**](EodApi.md#v1_eod_from_to_stock_code_get) | **GET** /v1/eod/{_from}.{_to}/{stock_code} | |
1211

1312
# **v1_eod_date_exchange_code_get**
1413
> EODStockResponse v1_eod_date_exchange_code_get(date, exchange_code)
@@ -25,10 +24,10 @@ import time
2524
import src.IntelligentStockMarketAPI
2625
from src.IntelligentStockMarketAPI.rest import ApiException
2726
from pprint import pprint
28-
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
27+
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
2928
# See configuration.py for a list of all supported configuration parameters.
3029
configuration = src.IntelligentStockMarketAPI.Configuration(
31-
host = "http://https://gateway.eod-stock-api.site/api"
30+
host = "https://gateway.eod-stock-api.site/api"
3231
)
3332

3433

@@ -48,10 +47,10 @@ exchange_code = 'exchange_code_example' # str |
4847

4948
### Parameters
5049

51-
Name | Type | Description | Notes
52-
------------- | ------------- | ------------- | -------------
53-
**date** | **str**| |
54-
**exchange_code** | **str**| |
50+
| Name | Type | Description | Notes |
51+
|-------------------|---------|-------------|-------|
52+
| **date** | **str** | | |
53+
| **exchange_code** | **str** | | |
5554

5655
### Return type
5756

@@ -69,9 +68,9 @@ No authorization required
6968
### HTTP response details
7069
| Status code | Description | Response headers |
7170
|-------------|-------------|------------------|
72-
**0** | | - |
71+
| **0** | | - |
7372

74-
[[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)
73+
[[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)
7574

7675
# **v1_eod_date_exchange_code_stock_code_get**
7776
> EODStockResponse v1_eod_date_exchange_code_stock_code_get(date, exchange_code, stock_code)
@@ -88,10 +87,10 @@ import time
8887
import src.IntelligentStockMarketAPI
8988
from src.IntelligentStockMarketAPI.rest import ApiException
9089
from pprint import pprint
91-
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
90+
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
9291
# See configuration.py for a list of all supported configuration parameters.
9392
configuration = src.IntelligentStockMarketAPI.Configuration(
94-
host = "http://https://gateway.eod-stock-api.site/api"
93+
host = "https://gateway.eod-stock-api.site/api"
9594
)
9695

9796

@@ -102,7 +101,6 @@ with src.IntelligentStockMarketAPI.ApiClient() as api_client:
102101
date = 'date_example' # str |
103102
exchange_code = 'exchange_code_example' # str |
104103
stock_code = 'stock_code_example' # str |
105-
106104
try:
107105
api_response = api_instance.v1_eod_date_exchange_code_stock_code_get(date, exchange_code, stock_code)
108106
pprint(api_response)
@@ -112,11 +110,11 @@ stock_code = 'stock_code_example' # str |
112110

113111
### Parameters
114112

115-
Name | Type | Description | Notes
116-
------------- | ------------- | ------------- | -------------
117-
**date** | **str**| |
118-
**exchange_code** | **str**| |
119-
**stock_code** | **str**| |
113+
| Name | Type | Description | Notes |
114+
|-------------------|---------|-------------|-------|
115+
| **date** | **str** | | |
116+
| **exchange_code** | **str** | | |
117+
| **stock_code** | **str** | | |
120118

121119
### Return type
122120

@@ -134,9 +132,9 @@ No authorization required
134132
### HTTP response details
135133
| Status code | Description | Response headers |
136134
|-------------|-------------|------------------|
137-
**0** | | - |
135+
| **0** | | - |
138136

139-
[[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)
137+
[[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)
140138

141139
# **v1_eod_from_to_exchange_code_get**
142140
> EODStockListResponse v1_eod_from_to_exchange_code_get(exchange_code, to, _from)
@@ -153,10 +151,10 @@ import time
153151
import src.IntelligentStockMarketAPI
154152
from src.IntelligentStockMarketAPI.rest import ApiException
155153
from pprint import pprint
156-
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
154+
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
157155
# See configuration.py for a list of all supported configuration parameters.
158156
configuration = src.IntelligentStockMarketAPI.Configuration(
159-
host = "http://https://gateway.eod-stock-api.site/api"
157+
host = "https://gateway.eod-stock-api.site/api"
160158
)
161159

162160

@@ -177,11 +175,11 @@ _from = '_from_example' # str |
177175

178176
### Parameters
179177

180-
Name | Type | Description | Notes
181-
------------- | ------------- | ------------- | -------------
182-
**exchange_code** | **str**| |
183-
**to** | **str**| |
184-
**_from** | **str**| |
178+
| Name | Type | Description | Notes |
179+
|-------------------|---------|-------------|-------|
180+
| **exchange_code** | **str** | | |
181+
| **to** | **str** | | |
182+
| **_from** | **str** | | |
185183

186184
### Return type
187185

@@ -199,9 +197,9 @@ No authorization required
199197
### HTTP response details
200198
| Status code | Description | Response headers |
201199
|-------------|-------------|------------------|
202-
**0** | | - |
200+
| **0** | | - |
203201

204-
[[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)
202+
[[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)
205203

206204
# **v1_eod_from_to_stock_code_get**
207205
> EODStockResponse v1_eod_from_to_stock_code_get(stock_code, to, _from)
@@ -218,10 +216,10 @@ import time
218216
import src.IntelligentStockMarketAPI
219217
from src.IntelligentStockMarketAPI.rest import ApiException
220218
from pprint import pprint
221-
# Defining the host is optional and defaults to http://https://gateway.eod-stock-api.site/api
219+
# Defining the host is optional and defaults to https://gateway.eod-stock-api.site/api
222220
# See configuration.py for a list of all supported configuration parameters.
223221
configuration = src.IntelligentStockMarketAPI.Configuration(
224-
host = "http://https://gateway.eod-stock-api.site/api"
222+
host = "https://gateway.eod-stock-api.site/api"
225223
)
226224

227225

@@ -242,11 +240,11 @@ _from = '_from_example' # str |
242240

243241
### Parameters
244242

245-
Name | Type | Description | Notes
246-
------------- | ------------- | ------------- | -------------
247-
**stock_code** | **str**| |
248-
**to** | **str**| |
249-
**_from** | **str**| |
243+
| Name | Type | Description | Notes |
244+
|----------------|---------|-------------|-------|
245+
| **stock_code** | **str** | | |
246+
| **to** | **str** | | |
247+
| **_from** | **str** | | |
250248

251249
### Return type
252250

@@ -264,7 +262,7 @@ No authorization required
264262
### HTTP response details
265263
| Status code | Description | Response headers |
266264
|-------------|-------------|------------------|
267-
**0** | | - |
265+
| **0** | | - |
268266

269-
[[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)
267+
[[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)
270268

0 commit comments

Comments
 (0)