Skip to content

sbou88/jellyfin-apiclient-javascript

 
 

Repository files navigation

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.

About

Javascript API Client for Jellyfin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%