Channel4
Connector for the channel4 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://channel4.com/pmlsd - Auth:
query:apikey(pass your key via theapiKeyinput)
Operations
4od_browse_by_date_feed— GET /4od/episode-list/date/{yyyy}/{mm}/{dd}.atom — 4oD Browse by Date Feed4od_most_popular_episodes_feed— GET /4od/episode-list/popular.atom — 4oD Most Popular Episodes Feed4od_clips_catch_up_feed— GET /4od/recently-added/videos.atom — 4oD Clips Catch Up Feeda_to_z_landing_feed— GET /atoz.atom — A to Z Landing Feeda_to_z_letter_feed— GET /atoz/{start_letter}.atom — A to Z Letter Feeda_to_z_letter_feed_2— GET /atoz/{start_letter}/page-{pageno}.atom — A to Z Letter Feed(2)
Inputs
apiKey— your channel4 API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: 4od_browse_by_date_feed
apiKey: <your key>