File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121- API version: v1
2222- Package version: 0.0.3
23- - Build package: org.openapitools.codegen.languages.PythonClientCodegen
2423
2524## Requirements.
2625
@@ -243,12 +242,26 @@ All URIs are relative to *https://gateway.eod-stock-api.site/api*
243242
244243## Documentation For Authorization
245244
246-
247245## basicAuth
248246
249247- ** Type** :
250248 - apikey
251249
250+ To authenticate your API requests, you will need to include your API key in the request parameters.
251+ The API key is a unique identifier that associates your API usage with your account.
252+
253+ To include your API key in a request, simply include it as a parameter named "apikey" in the request URL.
254+ For example:
255+
256+ ``` python
257+ https:// gateway.eod- stock- api.site/ api/ v1/ exchanges? apikey= YOUR_API_KEY
258+ ```
259+
260+ Make sure to replace "YOUR_API_KEY" with your actual API key value.
261+
262+ Note that when using our SDK you need to initialize your SDK with your API key refer to getting started
263+ section above.
264+
252265
253266## Author
254267- ** MJ API Development**
You can’t perform that action at this time.
0 commit comments