Skip to main content
Home

@trakt/api@0.1.23

latest

The core library that implements Trakt API interactions using ts-rest and zod for type-safe communication and validation.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
17%
Published
4 days ago (0.1.23)
No docs found.

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

Import symbol

import * as api from "@trakt/api";
or

Import directly with a jsr specifier

import * as api from "jsr:@trakt/api";

Add Package

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

Import symbol

import * as api from "@trakt/api";

Add Package

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

Import symbol

import * as api from "@trakt/api";

Add Package

npx jsr add @trakt/api

Import symbol

import * as api from "@trakt/api";

Add Package

bunx jsr add @trakt/api

Import symbol

import * as api from "@trakt/api";