FoMD Vodcasting Lookup API
- To list the course shortnames, use query param '?list_courses=list_courses'.
- To list the course events, use query params '?course_shortname=WHATEVER&list_events=list_events'.
- To retrieve a list of cast urls for an event, use query parameters '?course_shortname=WHATEVER&eventid=ELSE'. Query param 'cast' [webcast|podcast|vodcast] is optional and will limit to only looking for that one specific URL.
- To retrieve a list of ALL cast urls for an event, use query parameters '?course_shortname=WHATEVER&eventid=ALL'. Query param 'cast' [webcast|podcast|vodcast] is optional and will limit to only looking for that type of URL.
Summary: query parameters ((course_shortname AND eventid) OR (list_courses) OR (course_shortname AND list_events)) are required.