Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Jul 28, 2024
1 parent ab1c90b commit 31598af
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
**get_series** function will be able to handle both series and datagroups.
> ! get_series function can be used for both datagroups and series
### api_key

### .env file
You may create a .env file in your work environment and write your api key as follows.
Script will automaticall load your api key on each call.

```bash
#.env file
EVDS_API_KEY=AxByCzDsFoGmHeIgJaKrLbMaNgOe
```

### save command
api_key will be saved to a file if it was given to get_series function. It will ignore
later calls if it was saved before.
Alternatively save function can be used.
Expand All @@ -24,6 +35,10 @@ Alternatively save function can be used.
from evdspy import save
save("MyApiKey")
```




```python
from evdspy import get_series, default_start_date_fnc, default_end_date_fnc
# datagroup `bie_gsyhgycf`
Expand Down

0 comments on commit 31598af

Please sign in to comment.