Skip to content

Commit edfa039

Browse files
Updated Documentations
1 parent 1e06442 commit edfa039

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
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**

0 commit comments

Comments
 (0)