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

[ api, library, mit, network, program ] [ Propose Tags ]

This library provides functions for retrieving metadata from the http://TheMovieDB.org API. Documentation can be found in the Network.API.TheMovieDB module.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 1.0.0.0, 1.1.0.0, 1.1.1.0, 1.1.2.0, 1.1.3.0, 1.1.4.0, 1.1.5.0, 1.1.5.1, 1.1.5.2, 1.2.0.0, 1.2.0.1, 1.2.1, 1.2.2
Change log CHANGES
Dependencies aeson (>=0.6 && <0.7), base (<5.0.0.0), bytestring (>=0.9.0 && <0.10.1.0), HTTP (>=4000.2 && <4000.3), network (>=2.3.0.0 && <2.5.0.0), old-locale (>=1.0 && <1.1), text (>=0.11 && <0.12), time (>=1.2.0.0 && <1.5.0.0), unix (>=2.4.0.0 && <2.7.0.0) [details]
License MIT
Copyright Copyright: (c) 2012 Peter Jones <pjones@pmade.com>
Author Peter Jones <pjones@pmade.com>
Maintainer Peter Jones <pjones@pmade.com>
Category Network, API
Home page http://github.com/pjones/themoviedb
Bug tracker http://github.com/pjones/themoviedb/issues
Source repo head: git clone git://github.com/pjones/themoviedb.git
Uploaded by PeterJones at 2012-12-17T21:43:07Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables tmdb
Downloads 7872 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for themoviedb-0.1.0.1

[back to package description]

TheMovieDB API for Haskell

This is a simple library that provides functions for retrieving movie metadata from TheMovieDB API. To use this library you need to request an API key from TheMovieDB. Follow the directions on the API page.

Documentation

See the Network.API.TheMovieDB module for complete documentation.

Example

There's an example application in the example directory. Surprising, I know.

Warning

This library currently uses HTTP and not HTTPS while sending your API key to TheMovieDB. In order to fix this we'll need to use something other than Network.HTTP. Patches welcome!