action channel4_4o_d_browse_by_date_feed { label: "4oD Browse by Date Feed" description: "Information of daily broadcast content available on 4oD, according to \n broadcast date\n\n http://api.channel4.com/pmlsd/4od/episode-list/date/[yyyy]/[mm]/[dd].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/4od/episode-list/date/2010/11/28.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/4od/episode-list/date/{yyyy}/{mm}/{dd}.atom" encoding: json input: { type: "object" properties: { dd: { type: "string" } mm: { type: "string" } yyyy: { type: "string" } } required: ["dd", "mm", "yyyy"] additionalProperties: false } output: { type: "object" additionalProperties: true } }