Add unnested routes for playlists, files and imports
One of our goals for the alpha.3 was to offer API endpoints that are not nested. In case of tank this means that we need new API endpoints for
-
playlists (list and retrieve exist already. list needs
showId
filter. delete, update, and partialUpdate are missing) - imports
- files
The respective list API endpoints for these models should provide a showId
filter instead (see #37 (closed)).