adafruit / Adafruit_IO_Python

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

Add ability to specify feed's group when creating a new feed #104

Closed brentru closed 3 years ago

brentru commented 5 years ago

As of now, feeds created will be created in the "default" group.

Instead of creating feeds in the default group, change the create_feed call to include a group kwarg: def create_feed(self, feed, group=None)

Group formatting: https://io.adafruit.com/USERNAME/feeds/GROUP.FEED

Related thread: https://forums.adafruit.com/viewtopic.php?f=56&t=156692

Thuzerland commented 3 years ago

Is there any progress?

brentru commented 3 years ago

Closing via https://github.com/adafruit/Adafruit_IO_Python/pull/125