action channel4_all_programmes_by_tx_date_4 { label: "All Programmes by TX Date(4)" description: "Lists all Channel 4 programmes associated with the specified category (tag).  \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx" provider: channel4 method: GET path: "/categories/{category}/page-{pageno}.atom" encoding: json output: { type: "object" additionalProperties: true } }