Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

MediaBrowser/Emby.ApiClient.Javascript

Repository files navigation

Important

This repository is outdated and archived!

You can find up-to-date client libraries in the new Emby.ApiClient Repository


Emby.ApiClient.Javascript

Usage

This is a port of the Java version. Until this is fully documented it is best to refer to it for API usage as the signatures are closely aligned.

Notes

  • this library depends on the native fetch and promise api's. These will be expected to be polyfilled if used in a browser that doesn't support them.

Examples

This is a port of the Java version. Until this is fully documented it is best to refer to it for API usage as the signatures are closely aligned.

Emby Mobile App

A new mobile app for Emby is in development and is built with this library:

https://github.com/MediaBrowser/MediaBrowser.Mobile