wh8929 / Emby.ApiClient.Javascript

ApiClient allows JavaScript apps to easily access the Emby API

Home Page:http://emby.media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ApiClient allows JavaScript apps to easily access the Emby API

http://emby.media

License:MIT License


Languages

Language:JavaScript 100.0%