SRGSSR / srgdataprovider-apple

A library to retrieve SRG SSR unified metadata
MIT License
0 stars 1 forks source link

Content page update for swimlane to micropage navigation #63

Closed mutaben closed 4 months ago

mutaben commented 4 months ago

Description

In order to be able to navigate from swimlanes to micropages in Play apps, a new link object was introduced in SectionInfo under representation.properties. It contains the targetType (currently, either DETAIL_PAGE or MICRO_PAGE) along with an optional target (if it's a micro page it would be its uid).

This PR parses this new object to expose it to Play apps in order to achieve the needed navigation.

Changes Made

Checklist