Using tvmaze-sdk with tvmaze.com

TypeScript integration

Install
npm install tvmaze-sdk
Quick start
import Tvmaze_sdk from 'tvmaze-sdk';

const client = new Tvmaze_sdk({ apiKey: "YOUR_API_KEY" });
List all tags
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/user/tags
Validate your authentication credentials
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/auth/validate
List the marked episodes
curl \
  -u "$API_USER:$API_PASS" \
  https://api.tvmaze.com/v1/user/episodes
SDK on GitHub 📄 API Docs
SDK
tvmaze-sdk
TypeScript
API
tvmaze.com
tvmaze.com
Other SDKs for tvmaze.com
tvmaze-recommender-ios-sdk
At a glance
Language TypeScript
Endpoints42
Base URLhttps://api.tvmaze.com/v1