Part of the Jellyfin Project
Jellyfin ApiClient.js is a JavaScript library for interacting with Jellyfin's REST API.
- 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.
yarn install
yarn build
This will build the library in production mode. To build the library in development mode instead, run yarn dev
.
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.