-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE PR - API has been changed. Changes: Change config API from getConfig() to getMediaConfig() Add BaseProvider class which will reuse similar providers logic and properties. Each provider will need to override getMediaConfig() and _parseDataFromResponse() methods. Change provider constructor API - now gets (ProviderOptions, playerVersion, logLevel (optional)) Add OTTProvider - implementation, samples & tests. Create BaseProviderParserto reuse similar logic. Split DataLoaderManager to OTT and OVP. Each data loader has its own multi request loader. Add webpack entries to ott provider & bookmark service. Changes that have been made from the organizational aspect of the project: split directories to ovp,ott,common (shared providers logic). refactor from let to const where needed. some code cleanups and improvements add samples folder. update tests better typing remove unnecessary enums
- Loading branch information
Dan Ziv
authored
Jan 9, 2018
1 parent
dcd66f0
commit 9d8adef
Showing
109 changed files
with
2,965 additions
and
1,536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.