Expand description
URI handling utilities for v4 API URI handling utilities for Cloudreve v4 API
This module provides utilities for converting file paths to the Cloudreve URI format and validating URIs according to the Cloudreve API specification.
Constants§
- CLOUDREVE_
URI_ PREFIX - Cloudreve URI prefix for user files
Functions§
- is_
valid_ uri - Validates if a string is a properly formatted Cloudreve URI
- path_
to_ uri - Converts a file path to Cloudreve URI format
- paths_
to_ uris - Converts multiple paths to URIs
- uri_
to_ path - Extracts the path component from a Cloudreve URI