WattTime / watttime-python-client

A software development kit for the WattTime API, showing basic examples of usage.
4 stars 6 forks source link

Cleanup #11

Closed sam-watttime closed 7 months ago

sam-watttime commented 9 months ago
  1. Add docstrings to all functions missing them
  2. Use rsp.raise_for_status(), which is recommended over just checking for 200s.