Closed brentru closed 5 years ago
We're on Adafruit IO API v2, and API v1 is deprecated. This feature should be removed.
Remove api_version from __init__.py - the user should not be able to configure it. https://github.com/adafruit/Adafruit_IO_Python/blob/master/Adafruit_IO/client.py#L45
api_version
__init__.py
Make it a fixed string in the method which uses it, compose_path https://github.com/adafruit/Adafruit_IO_Python/blob/master/Adafruit_IO/client.py#L63
compose_path
Merged intomaster. closing...
master
We're on Adafruit IO API v2, and API v1 is deprecated. This feature should be removed.
Remove
api_version
from__init__.py
- the user should not be able to configure it. https://github.com/adafruit/Adafruit_IO_Python/blob/master/Adafruit_IO/client.py#L45Make it a fixed string in the method which uses it,
compose_path
https://github.com/adafruit/Adafruit_IO_Python/blob/master/Adafruit_IO/client.py#L63