tjhorner / upsy-desky

Make your standing desk smarter
https://upsy-desky.tjhorner.dev
Other
519 stars 28 forks source link

HTTP API Backwards Compatibility #26

Closed tjhorner closed 1 year ago

tjhorner commented 1 year ago

In 0.3.0, some of the underlying entity IDs were changed, and since the HTTP API uses those IDs in the endpoint URLs, it broke anything that relied on those endpoints.

I would like to preserve compatibility with the old endpoints, and the best way to do this is probably with the Copy component. Creating one for each of the changed IDs should be sufficient to make the old endpoints work

tjhorner commented 1 year ago

Oh yeah this is fixed now