friday-ai / friday

Friday is your open-source home automation assistant.
MIT License
1 stars 1 forks source link

Idea: Write generic function for CRUD API #74

Closed MathieuAndrade closed 2 years ago

MathieuAndrade commented 2 years ago

Delete all creations, updates, deletions, etc. that don't have a special case for their entities and use a generic function.

This will allow us to have less backend maintenance and testing.