Nasdaq / data-link-python

A Python library for Nasdaq Data Link's RESTful API
MIT License
428 stars 70 forks source link

documentation: avoid apikey bad practices #7

Closed couture-ql closed 2 years ago

couture-ql commented 2 years ago

Encourage users to rely on setting their api key via environment variables or a local file instead of following the sample code's bad practice of setting the api key inline.

Signed-off-by: Jamie Couture jamie.couture@nasdaq.com

couture-ql commented 2 years ago

Thanks, fixed typo and rebased. Added minor changes to documentation so it's consistent for the FOR_*.md files.