package dropbox
-
dropbox.lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type date = Dropbox_date.t
type json = Yojson.Safe.json
type metadata = {
size : string;
bytes : int;
mime_type : string;
path : string;
is_dir : bool;
is_deleted : bool;
rev : string;
hash : string;
thumb_exists : bool;
photo_info : photo_info_variant;
video_info : video_info_variant;
icon : string;
modified : date option;
client_mtime : date option;
root : metadata_root;
contents : metadata list;
read_only : bool;
modifier : user option;
}
type uri = Uri.t
type metadata_list = metadata list
type info = {
uid : int;
display_name : string;
email_verified : bool;
name_details : name_details;
referral_link : uri;
country : string;
locale : string;
is_paired : bool;
team : team option;
quota_info : quota_info;
}
type delta_json = {
entries : (string * metadata option) list;
reset : bool;
cursor : string;
has_more : bool;
}