boswelja / NASdroid

NASdroid is an unofficial Android client for TrueNAS server management
GNU General Public License v3.0
52 stars 4 forks source link

REST API deprecated with TrueNAS 25.04 #484

Open boswelja opened 1 month ago

boswelja commented 1 month ago

As of https://www.truenas.com/docs/scale/gettingstarted/scalereleasenotes/ the REST API is deprecated in favor of the websocket API. We need to move ASAP as we exclusively use the REST API.

boswelja commented 3 weeks ago

https://github.com/truenas/api_client/tree/master Dropping this here since it seems the DDP-based websocket is changing too Fortunately it's still websocket-based, and the result isn't super different from DDP so migrating to ws now is still a good idea