Rottentomatoes
Connector for the rottentomatoes API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.rottentomatoes.com/api/public/v1.0 - Auth:
query:apikey(pass your key via theapiKeyinput)
Operations
listsdirectorytoplevellists— GET /lists.jsondvdlistsdirectorytoplevellists— GET /lists/dvds.jsoncurrentreleasedvdsdvdlists— GET /lists/dvds/current_releases.jsonnewreleasedvdsdvdlists— GET /lists/dvds/new_releases.jsontoprentalsdvdlists— GET /lists/dvds/top_rentals.jsonupcomingdvdsdvdlists— GET /lists/dvds/upcoming.json
Inputs
apiKey— your rottentomatoes 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: listsdirectorytoplevellists
apiKey: <your key>