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]

Modules

[Last Documentation]

  • Network
    • API
      • Network.API.TheMovieDB
        • Network.API.TheMovieDB.Actions
        • Internal
          • Network.API.TheMovieDB.Internal.Configuration
          • Network.API.TheMovieDB.Internal.Date
          • Network.API.TheMovieDB.Internal.HTTP
          • Network.API.TheMovieDB.Internal.SearchResults
          • Network.API.TheMovieDB.Internal.Settings
          • Network.API.TheMovieDB.Internal.TheMovieDB
          • Network.API.TheMovieDB.Internal.Types
        • Types
          • Network.API.TheMovieDB.Types.Episode
          • Network.API.TheMovieDB.Types.Genre
          • Network.API.TheMovieDB.Types.Movie
          • Network.API.TheMovieDB.Types.Season
          • Network.API.TheMovieDB.Types.TV

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 (>=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), relude (>=1.0 && <1.2), text (>=0.11 && <2.1), themoviedb, time (>=1.5 && <1.14) [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 2022-07-13T17:11:29Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Executables tmdb
Downloads 7888 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2022-08-25 [all 1 reports]

Readme for themoviedb-1.2.2

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