Skip to end of banner
Go to start of banner

Migrating EPG from v3 to v4

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

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)

How to: Display a programme guide for the next seven days


  • No labels