Skip to content

jellyfin-archive/jellyfin-apiclient-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0595869 · Oct 25, 2023
May 16, 2022
Oct 25, 2023
Oct 25, 2023
Mar 15, 2020
Mar 24, 2020
Feb 12, 2022
Feb 24, 2019
Mar 23, 2020
May 7, 2020
Feb 7, 2022
Apr 3, 2020
May 27, 2020
Oct 19, 2021
Oct 25, 2023
Sep 27, 2021
May 4, 2021
May 28, 2020
Oct 25, 2023
Oct 25, 2023
May 4, 2021

Repository files navigation

Jellyfin API Client for JavaScript

Part of the Jellyfin Project


Logo Banner

MIT License Donate Feature Requests Chat on Matrix Join our Subreddit

Warning

This library is deprecated. It is recommended to use the TypeScript SDK instead. No future releases are planned and no new features will be supported.

This library is meant to help clients written in JavaScript interact with Jellyfin's REST API.

Compatibility

This library depends on the Fetch and Promise APIs. These will be expected to be polyfilled if used in a browser that doesn't support them.

Build Process

Dependencies

  • npm 6

Getting Started

  1. Clone or download this repository

    git clone https://github.com/jellyfin/jellyfin-apiclient-javascript.git
    cd jellyfin-apiclient-javascript
  2. Install build dependencies in the project directory

    npm install
  3. Build the library for production

    npm run build
  4. Build the library for development

    npm run dev

Building Documentation

This library is documented using JSDoc style comments. Documentation can be generated in HTML format by running npm run docs and viewing the files in any modern browser. The resulting documentation will be saved in the docs directory.