@movie-effect/core
v0.1.0
Published
Shared utilities for movie API Effect SDKs
Maintainers
Readme
@movie-effect/core
Shared utilities and types for movie API Effect SDKs.
Installation
npm install @movie-effect/core
# or
pnpm add @movie-effect/coreOverview
This package provides common utilities used across the movie-effect SDK packages:
- Shared error types
- Common HTTP client utilities
- Rate limiting helpers
- Type definitions
Usage
This package is primarily used internally by other @movie-effect/* packages.
You typically won't need to install it directly unless you're building custom
integrations.
import { ... } from '@movie-effect/core'Related Packages
- @movie-effect/tmdb - TMDB API client
- @movie-effect/omdb - OMDB API client
- @movie-effect/trakt - Trakt API client
- @movie-effect/watchmode - Watchmode API client
- @movie-effect/letterboxd - Letterboxd API client
