action channel4_tv_listings_feed { label: "TV Listings Feed" description: "EPG Information of daily broadcast content aired per channels, according to \n broadcast date\n\n http://api.channel4.com/pmlsd/tv-listings/daily/[yyyy]/[mm]/[dd].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/tv-listings/daily/2010/11/28.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/tv-listings/daily/{yyyy}/{mm}/{dd}.atom" encoding: json output: { type: "object" additionalProperties: true } }