Skip to main content
Home
This release is 5 versions behind 0.1.23 — the latest version of @trakt/api. Jump to latest

@trakt/api@0.1.18

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
2 weeks ago (0.1.18)
type alias CalendarShowListResponse

Definition

z.infer<calendarShowListResponseSchema>

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 { type CalendarShowListResponse } from "@trakt/api";
or

Import directly with a jsr specifier

import { type CalendarShowListResponse } 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 { type CalendarShowListResponse } 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 { type CalendarShowListResponse } from "@trakt/api";

Add Package

npx jsr add @trakt/api

Import symbol

import { type CalendarShowListResponse } from "@trakt/api";

Add Package

bunx jsr add @trakt/api

Import symbol

import { type CalendarShowListResponse } from "@trakt/api";