@hackage themoviedb1.2.2
Haskell API bindings for http://themoviedb.org
Categories
License
MIT
Maintainer
Peter Jones <pjones@devalot.com>
Links
Versions
Installation
Tested Compilers
Dependencies (9)
- aeson >=2.0 && <2.2
- 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.4 Show all…
Dependents (2)
@hackage/vimeta, @hackage/acme-everything
Package Flags
maintainer
(off by default)
Enable settings for the package maintainer.
The Movie Database (TMDb) API for Haskell
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.