RaaLabs / TSIClient

A python package to extract data from Azure Time Series Insights (TSI).
https://pypi.org/project/TSIClient/
MIT License
6 stars 26 forks source link

Fixing incorrect parameter name in documentation; updating documentation example. closes #75 #79

Closed mhavgar closed 3 years ago

mhavgar commented 3 years ago

Summary

The _getData()-method in query_api.py requires parameter aggregateList, wihle documentation mentions aggregate.

Updated documentation (README and quicstart) to use parameter name, and changed example to illustrate how aggregateList works.