adafruit / Adafruit_IO_Python

Adafruit IO Python Client Library
Other
225 stars 99 forks source link

Documentation Update for `Feed Creation` #146

Closed Pjurek3 closed 1 year ago

Pjurek3 commented 1 year ago

The documentation on for feed creation only indicates providing the API key to build the Client but not the username. Both are required inputs and the examples do not work.

Fix should update examples on this documentation page to include correct Client interface.

brentru commented 1 year ago

Resolved in https://github.com/adafruit/Adafruit_IO_Python/pull/147