diff options
Diffstat (limited to 'api.md')
-rw-r--r-- | api.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,11 +20,15 @@ Returns API version number. Request body contains JSON with keys `username` and `password`. The Response contains the session cookie. -## GET* `/api/library/<path...>` +## GET* `/api/node/<path...>` Request a library node (either a directory or item). See [`common/src/api.rs`](./common/src/api.rs) +## GET* `/api/assets/node/<path..>?<role>` + +Where `role` is one of `Backdrop` or `Poster`. Returns assets for a node. + ## GET* `/stream/<path..>?tracks=<track-ids>&webm=<bool>` Responds with the stream. |