module File:sig
..end
type
file = {
|
file_id : |
|
file_size : |
|
file_path : |
getFile
for the file_idval create : file_id:string ->
?file_size:int option ->
?file_path:string option -> unit -> file
file
in a concise manner
Read a file
out of some JSON
val read : Yojson.Safe.json -> file
val download : string -> file -> string Lwt.t option