Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 831 Bytes

Jellyfin ApiClient.js

Part of the Jellyfin Project

Jellyfin ApiClient.js is a JavaScript library for interacting with Jellyfin's REST API.

Notes

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

Building the ApiClient

yarn install
yarn build

This will build the library in production mode. To build the library in development mode instead, run yarn dev.

Building documentation

This library is documented using JSDoc style comments. Documentation can be generated in HTML format by running yarn docs. The resulting documentation will be saved in the docs/ directory.