Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/linkding/mod.ts>archiveBookmarkByUrl

Access your Linkding API with Deno.
Latest
function archiveBookmarkByUrl
import { archiveBookmarkByUrl } from "https://deno.land/x/linkding@v2.0.3/mod.ts";

Archive bookmark by URL.

Parameters

url: string

Returns

Promise<Bookmark | null>

Archived bookmark, otherwise null if unsuccessful.