Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin authored Apr 18, 2024
1 parent dcf0512 commit 7ec097c
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 @@ -25,6 +25,21 @@ api_key will be saved to a file if it was given to get_series function. It will
later calls if it was saved before.
Alternatively save function can be used.

#### save("MyApiKey"):

Program will store your api key in your environment in a safe folder
called APIKEY_FOLDER
and only use it when you run a new request which was not requested
recently depending on your cache preference.

.
```python
from evdspy import save
save("MyApiKey")

```

```python
from evdspy import get_series, default_start_date_fnc, default_end_date_fnc

Expand Down

0 comments on commit 7ec097c

Please sign in to comment.