pub fn get_items(
caps: &ServerCapabilities,
user_id: &str,
parent_id: &str,
options: Option<&GetItemsOptions>,
) -> StringExpand description
A folder listing.
Every value is percent-encoded before it goes into the query string: these
are values, not URL syntax, so a space or an & in one must not split it
into another parameter.
TRACES: UR-007, UR-067, UR-085 | DR-116, DR-212, DR-279 | UT-104, UT-206