Interface YourlsNodeParameters

Source
interface YourlsNodeParameters {
    additionalFields?: {
        keyword?: string;
        title?: string;
    };
    operation?: "stats"
    | "expand"
    | "shorten";
    resource?: "url";
    shortUrl?: string;
    url?: string;
}

Properties§

Source§

readonly additionalFields?: { keyword?: string; title?: string }

Default: {}

Source§

readonly operation?: "stats" | "expand" | "shorten"

Default: "shorten"

Source§

readonly resource?: "url"

Default: "url"

Source§

readonly shortUrl?: string

The short URL to expand

Source§

readonly url?: string

The URL to shorten