Skip to main content
Home

Built and signed on GitHub Actions

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
64%
Published
2 years ago (2.0.0)

@pup/api-definitions

Purpose:

This package provides core TypeScript type definitions and interfaces that describe the data structures and responses of the Pup REST API, and related components within Pup. It's primarily used in the following packages:

Development and Contributions

Please open a PR or issue if you have any ideas!

This library follows semantic versioning, and is versioned separately from Pup. For a detailed history of changes to the API definitions, please refer to the CHANGELOG.md.

License

This package is released under the MIT License. See LICENSE for details.

Built and signed on
GitHub Actions

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:@pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";
or

Import directly with a jsr specifier

import * as api_definitions from "jsr:@pup/api-definitions";

Add Package

pnpm i jsr:@pup/api-definitions
or (using pnpm 10.8 or older)
pnpm dlx jsr add @pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";

Add Package

yarn add jsr:@pup/api-definitions
or (using Yarn 4.8 or older)
yarn dlx jsr add @pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";

Add Package

vlt install jsr:@pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";

Add Package

npx jsr add @pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";

Add Package

bunx jsr add @pup/api-definitions

Import symbol

import * as api_definitions from "@pup/api-definitions";