- All calls respond with a text file that starts with "----" and delimits each field with "----"
-
Call to retrieve Featured Movies :
- Call is "http://timcol6.freehostia.com/DesktopSite_SearchResults?pageaction=featured"
- Example
-
Call to search movies :
- Call is "http://timcol6.freehostia.com/DesktopSite_SearchResults?pageaction=search&title=[title]&genre=[genre]&stars=[star number]&director=[director]&actors=[actors]"
- Each of the parameters can be a partial string, except for the stars (That is a number between 1 and 10)
- Leaving out a parameter is the same as not including it in the search
-
Call to retrieve single movie :
- Call is "http://timcol6.freehostia.com/DesktopSite_SearchResults?pageaction=title&title=[title]
- Title can be partial, but only the first movie in result set is returned
|