Skip to main content

OVP

The OVP is responsible for retrieving the content of the application. The OVP service uses the OVP provider for retrieving data.

The OVP service will have all the methods to get data related to:

  • Content lists/playlists
  • Search
  • Metadata
  • Categories

OVP and Query usage

The CMS will not provide items, only the layout, and component types. So to fill the component with data, the CMS will also provide queries. These queries are used by the query service

For queries we are following the double curly braces template convention, interpolation is allowed.

/categories/{{category}}/movie

Implements a new OVP provider

If you want to add an external OVP, please check how to create a new provider.