Skip to main content
Home

Built and signed on GitHub Actions

An ActivityPub/fediverse server framework

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
94%
Published
2 weeks ago (1.9.1)
interface Link

Represents a link. See also RFC 7033 section 4.4.4.

Properties

The link's relation type, which is either a URI or a registered relation type (see RFC 5988).

optional
type: string

The media type of the target resource (see RFC 6838).

optional
href: string

A URI pointing to the target resource.

optional
titles: Record<string, string>

Human-readable titles describing the link relation. If the language is unknown or unspecified, the key is "und".

optional
properties: Record<string, string>

Conveys additional information about the link relation.

optional
template: string

A URI Template (RFC 6570) that can be used to construct URIs by substituting variables. Used primarily for subscription endpoints where parameters like account URIs need to be dynamically inserted.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";
or

Import directly with a jsr specifier

import { type Link } from "jsr:@fedify/fedify/webfinger";

Add Package

pnpm i jsr:@fedify/fedify
or (using pnpm 10.8 or older)
pnpm dlx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

yarn add jsr:@fedify/fedify
or (using Yarn 4.8 or older)
yarn dlx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

vlt install jsr:@fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

npx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";

Add Package

bunx jsr add @fedify/fedify

Import symbol

import { type Link } from "@fedify/fedify/webfinger";