Introduction
V4 is our new API that focuses on:
- Using standardized endpoints to represent resources
- Using JSON API 1.0 standard response format
- Improving cacheability by public and private caches
Overview
The v2 EPG returns all of the information needed to produce an electronic program guide.
This includes information about the Programs and when they are showing.
In V4 we are splitting the EPG information up into two entities - one tracks the scheduling of programs (what appears when) and the other tracks the metadata of the programs.
The metadata service is intended to be shared between all of our services that relate to programs - live channels, recordings, VOD, and recommendations
The sum of the new metadata service and the scheduling service equals the functionality of the v2 EPG.
EPG
<TODO> User specific channel privilege collection (replace v2 "Channel")
<TODO> List of top recordings (https://ci.booxmedia.com/view/WS%20Projects/job/WS%20Project%20API/job/master/Webservices_20API_20Documentation_20_28HTML_29/epg.html#get_epg_top_list)