CopyrightCopyright (C) 2017 Manuel Campos Villarreal, Johannes Hartmann
LicenseMIT
MaintainerJohannes Hartmann <ec17512@qmul.ac.uk>
Stabilityprovisional
Portabilitystable
Safe HaskellNone

HTTPRequestModule2

Description

This module provides all the necessary methods to look up the list of cinemas that play a given movie in a given area

Written by Manuel Campos Villarreal, Johannes Hartmann

Synopsis

Documentation

httpGetCinemaList :: String -> IO [Cinema] Source #

for a given location this function returns a list of cinemas that are nearby

httpApiCinemaRequest :: Movie -> [Cinema] -> IO [Cinema] Source #

for a given movie and a list of cinemas this function returns a list of cinemas that play this movie