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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 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.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:05Z

Modules

[Index]

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


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.