Using FinSdk with jellyfin.local

TypeScript integration

Install
npm install FinSdk
Quick start
import FinSdk from 'FinSdk';

const client = new FinSdk({ apiKey: "YOUR_API_KEY" });
Gets items based on a query.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Items
Gets a list of users.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Users
Get years.
curl \
  -H "X-Emby-Authorization: $API_KEY" \
  http://jellyfin.local/Years
SDK on GitHub 📄 API Docs
SDK
FinSdk
TypeScript
API
jellyfin.local
jellyfin.local
At a glance
Language TypeScript
Endpoints387
Base URLhttp://jellyfin.local