Skip to content

Access your Linkding API with Deno.

License

Notifications You must be signed in to change notification settings

timharek/deno-linkding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest version sourcehut GitHub mirror

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);

About

Access your Linkding API with Deno.

Resources

License

Stars

Watchers

Forks

Packages

No packages published