Attributes
Includes Deno configuration
Repository
Current version released
2 years ago
Dependencies
other
deno-linkding
Access your Linkding instance with Deno.
Usage
Requires environment variables for both LINKDING_URL and LINKDING_API.
Examples
All bookmarks
import { bookmarks } from "https://deno.land/x/linkding/mod.ts";
const allBookmarks = await bookmarks();Single bookmark
import { bookmark } from "https://deno.land/x/linkding/mod.ts";
const bmark = await bookmark(10);