ExTV v0.3.0 ExTV.Series

Provides access to theTVDB.com series endpoint. Fetches information about a single TV series. For images relating to the series, please see ExTV.Images.

Summary

Functions

Fetches information about actors for a single TV series

Fetches information about a single TV series

Fetches an array of episodes for the given series id

Fetches a summary of the episodes and seasons available for the given series

Functions

actors(id)
actors(number) :: map | nil

Fetches information about actors for a single TV series.

Returns a map containing the data, or nil if the series cannot be found. Raises an error if the underlying request fails.

Parameters

  • id: the ID of the series on theTVDB.com
by_id(id)

Fetches information about a single TV series.

Returns a map containing the data, or an error message if the series cannot be found. Raises an error if the underlying request fails.

Parameters

  • id: the ID of the series on theTVDB.com
episodes(id)
episodes(number) :: map | nil

Fetches an array of episodes for the given series id

Parameters

  • id: the ID of the series on theTVDB.com
episodes_summary(id)
episodes_summary(number) :: map | nil

Fetches a summary of the episodes and seasons available for the given series

Parameters

  • id: the ID of the series on theTVDB.com