themoviedb-1.1.4.0: Haskell API bindings for http://themoviedb.org

Safe HaskellNone
LanguageHaskell2010

Network.API.TheMovieDB.Internal.HTTP

Description

Simple interface for fetching JSON files from the API via HTTP.

Synopsis

Documentation

apiGET :: Manager -> Key -> Path -> QueryText -> IO (Either Error Body) Source #

Build a URL and do an HTTP GET to TheMovieDB.