Skip to content

p1atdev/eagle

Repository files navigation

Eagle API Client for Deno

deno module deno compatibility vr scripts

❗This module is under development. Expect breaking changes.

import { EagleClient } from "https://deno.land/x/eagle@[version]/mod.ts"

const client = new EagleClient()

const info = await client.application.info()

console.log(info.version)
// 3.0.0

Supported endpoints

Official documents https://api.eagle.cool/

  • Application
    • Info
  • Folder
    • Create
    • Rename
    • Update
    • List
    • ListRecent
  • Item
    • AddFromURL
    • AddFromURLs
    • AddFromPath
    • AddFromPaths
    • AddBookmark
    • Info
    • Thumbnail
    • List
    • MoveToTrash
    • RefreshPalette
    • RefreshThumbnail
    • Update
  • Library
    • Info
    • History
    • Switch