Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 920 Bytes

api.md

File metadata and controls

40 lines (31 loc) · 920 Bytes

API

itemType
export type itemType = {
    id: string
    name: string
    size: number
    folder: { childCount: number }
    file: { mimeType: string, hashes: { quickXorHash: string } }
    image: { height: number, width: number }
    video: { bitrate: number, height: number, width: number }
    createdDateTime: string
    lastModifiedDateTime: string
    thumbnails: {
        0: {
            large: { width: number, height: number, url: string },
            medium: { width: number, height: number, url: string }
        }
    }
    content: string
}

GET: you.domain.com/api/