Release Details
- Support log levels for `import logging` module (INFO,DEBUG,WARNING)
- Added end to end tests that will verify the latest pypi package supports the latest alpha vantage web api
- Refactored Model package, so it's easier to import all the models and exceptions. Here is an example:
`from alphavantage_api_client import AlphavantageClient, CsvNotSupported,GlobalQuote,Quote,AccountingReport,CompanyOverview,RealGDP`
What's Changed
* 28 add logging to client by xrgarcia in https://github.com/xrgarcia/alphavantage_api_client/pull/31
* 13 create end to end tests by xrgarcia in https://github.com/xrgarcia/alphavantage_api_client/pull/32
**Full Changelog**: https://github.com/xrgarcia/alphavantage_api_client/compare/1.0.2...2.0.0