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

[ api, library, mit, network, program ] [ Propose Tags ]
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 (>=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 (>=1.0 && <1.1), text (>=0.11 && <1.3), themoviedb, time (>=1.5 && <1.12) [details]
License MIT
Copyright Copyright: (c) 2012-2021 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 2021-06-02T21:00:35Z
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 2021-06-02 [all 1 reports]

Readme for themoviedb-1.2.1

[back to package description]

The Movie Database (TMDb) API for Haskell

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