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.5.0, 1.1.5.1, 1.1.5.2, 1.2.0.0, 1.2.0.0, 1.2.0.1, 1.2.1, 1.2.2
Change log CHANGES.md
Dependencies aeson (>=1.0 && <1.6), base (>=4.6 && <5.0), http-client (>=0.4.31 && <0.8), http-client-tls (>=0.2.2 && <0.4), http-types (>=0.8 && <0.13), mtl (>=2.1 && <2.3), relude (>=0.6 && <0.8), text (>=0.11 && <1.3), themoviedb, time (>=1.5 && <1.11) [details]
License MIT
Copyright Copyright: (c) 2012-2020 Peter Jones
Author Peter Jones <pjones@devalot.com>
Maintainer Peter Jones <pjones@devalot.com>
Category Network, API
Home page https://github.com/pjones/themoviedb
Bug tracker https://github.com/pjones/themoviedb/issues
Source repo head: git clone https://github.com/pjones/themoviedb.git
Uploaded by PeterJones at 2020-07-28T22:44:36Z

Modules

[Index] [Quick Jump]

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.2.0.0

[back to package description]

The Movie Database (TMDb) API for Haskell

CI GitHub tag (latest by date) Hackage

This is a simple library that provides functions for retrieving metadata from the TMDb API. To use this library you need to request an API key from TMDb. 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.