themoviedb-1.2.1: Haskell API bindings for http://themoviedb.org
CopyrightThis file is part of the package themoviedb. It is subject to
the license terms in the LICENSE file found in the top-level
directory of this distribution and at:

https://github.com/pjones/themoviedb

No part of this package including this file may be copied
modified propagated or distributed except according to the terms
contained in the LICENSE file.
LicenseMIT
Safe HaskellNone
LanguageHaskell2010

Network.API.TheMovieDB.Types.Season

Description

 
Synopsis

Documentation

data Season Source #

Metadata for a TV Season.

Constructors

Season 

Fields

Instances

Instances details
Eq Season Source # 
Instance details

Defined in Network.API.TheMovieDB.Types.Season

Methods

(==) :: Season -> Season -> Bool #

(/=) :: Season -> Season -> Bool #

Ord Season Source # 
Instance details

Defined in Network.API.TheMovieDB.Types.Season

Show Season Source # 
Instance details

Defined in Network.API.TheMovieDB.Types.Season

FromJSON Season Source # 
Instance details

Defined in Network.API.TheMovieDB.Types.Season

seasonPosterURLs :: Configuration -> Season -> [Text] Source #

Return a list of URLs for all possible season posters.