You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Api.py is getting long due to all the API endpoints being grouped together into a single file. Perhaps convert it to a module instead with endpoints broken into separate files for Lights API, Groups API, etc., similar to how Hue documentation is setup.
The text was updated successfully, but these errors were encountered:
This is possible (and very easy to do) but I don't think needed because most important the business logic needs to be moved out of the api intro controllers. See #71
If we do that and still think api.py is too large, we can chunk it up.
If you want me to, I can have a look at the controllers refactor next week. It's no rush but something we want to do if we do not want to go insane ;-)
Api.py is getting long due to all the API endpoints being grouped together into a single file. Perhaps convert it to a module instead with endpoints broken into separate files for Lights API, Groups API, etc., similar to how Hue documentation is setup.
The text was updated successfully, but these errors were encountered: