Skip to main content

build_get_items_endpoint

Function build_get_items_endpoint 

Source
fn build_get_items_endpoint(
    user_id: &str,
    parent_id: &str,
    options: Option<&GetItemsOptions>,
) -> String
Expand description

Build the Jellyfin endpoint for a folder listing.

Extracted from get_items so the query it produces — in particular the favourites filter — can be asserted without standing up an HTTP server.

TRACES: UR-007, UR-067 | DR-116 | UT-104