Skip to main content

Module handler

Module handler 

Source

Structs§

GetFileVariantSelector
PostFileQuery
PostFileRequest

Functions§

content_type_from_format
format_from_content_type
get_file_descriptor
get_file_list
GET /api/files
get_file_variant
GET /api/files/variant/{variant_id}
get_file_variant_file_id
post_file
POST /api/files - File creation for non-blob types (CRDT, RTDB, etc.) Accepts JSON body with metadata: { “fileTp”: “CRDT” | “RTDB” | etc., “createdAt”: optional timestamp, “tags”: optional comma-separated tags }
post_file_blob