Nest Changelog

1.7.0

12/7/2022

1.8.0

12/8/2022

Added endpoints

POST /content/library/{scheduleGuid}/playback

Get playback information for content

Guard: loggedIn

Response Body
{
  data: {
    hls?: {
      url?: string,
    },
  },
}

GET /content/schedule/{scheduleGuid}/secure-url

Get signed livestream url for playback

Guard: loggedIn

Response Body
{
  data: {
    secureUrl?: string,
  },
}
Deleted endpoints
WORK IN PROGRESS