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]

Flags

Manual Flags

NameDescriptionDefault
maintainer

Enable settings for the package maintainer.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.md
Dependencies aeson (>=0.6 && <1.4), base (>=4.6 && <5.0), binary (>=0.7 && <0.10), bytestring (>=0.9 && <0.11), http-client (>=0.4.31 && <0.6), http-client-tls (>=0.2.2 && <0.4), http-types (>=0.8 && <0.13), mtl (>=2.1 && <2.3), text (>=0.11 && <1.3), text-binary (>=0.1 && <0.3), themoviedb, time (>=1.5 && <1.10), time-locale-compat (>=0.1 && <0.2), transformers (>=0.3 && <0.6) [details]
License MIT
Copyright Copyright: (c) 2012-2018 Peter Jones
Author Peter Jones <pjones@devalot.com>
Maintainer Peter Jones <pjones@devalot.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 2018-03-20T21:25:36Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables tmdb
Downloads 7906 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-03-20 [all 1 reports]

Readme for themoviedb-1.1.4.0

[back to package description]

TheMovieDB API for Haskell Hackage Travis

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.