MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

Add "all" to db_api platform endpoints #40

Closed MitchellHarrison closed 2 years ago

MitchellHarrison commented 2 years ago

Any db_api endpoint that requires a platform be passed should have logic to handle "all" as the platform, thereby removing/adding/etc commands from all platforms at once.

Currently, we are assuming a missing platform value means all, but that isn't working either.