themoviedb-1.1.4.0: Haskell API bindings for http://themoviedb.org
Network.API.TheMovieDB.Internal.HTTP
Description
Simple interface for fetching JSON files from the API via HTTP.
Synopsis
apiGET :: Manager -> Key -> Path -> QueryText -> IO (Either Error Body) Source #
Build a URL and do an HTTP GET to TheMovieDB.