Skip to main content
Module

x/linkding/mod.ts

Access your Linkding API with Deno.
Latest
import * as linkding from "https://deno.land/x/linkding@v2.0.0/mod.ts";

Simple module for accessing your Linkding instance.

Examples

List bookmarks

import { bookmarks } from 'https://deno.land/x/linkding/mod.ts';

const result = await bookmarks();

Single bookmark

import { bookmark } from 'https://deno.land/x/linkding/mod.ts';

const result = await bookmark(10);

Functions

Add new bookmark with payload.

Add new tag with payload.

Archive bookmark by ID.

Archive bookmark by URL.

List archived bookmarks.

Single bookmark.

Find single bookmark by URL.

List bookmarks.

Delete bookmark by id.

Delete bookmark by URL.

Single tag by ID.

List tags.

Unarchive bookmark by ID.

Unarchive bookmark by URL.

Update bookmark.

Update bookmark by ID.

List user preferences.