Closed ayushanand18 closed 1 year ago
The tests are failing because of 0% coverage, I'll bring in the tests in the next PR.
Is this using part of the OBIS API? Should we consider including this in pyobis instead of here?
Is this using part of the OBIS API? Should we consider including this in pyobis instead of here?
Yes, these functions essentially ping to the OBIS API. I thought that since the other endpoints were planned to undergo major changes, including /statistics/
, so I kept it here because this package is more dynamic. Ref discussion here. Please suggest.
Thank you for the clarification. That makes sense. :+1:
Overview
This PR aims to add functions to gather statistics from OBIS (using the
statistics/
endpoint).These functions just fetch the data as JSON objects which can be used to do visualizations later.
Changes Introduced
Thanks!