Module dim_extern_api::tmdb

source ·
Expand description

A TMDB client implementation with request coalescing and client-side rate-limiting.

Structs

An instance of TMDBMetadataProvider with a generic parameter to infer the [MediaType] for searches.
Used to key [TMDBMetadataProviderRef] to search for movies, compliments TvShows.
TMDB Metadata Provider produces ExternalQuery implementors, and handles request coalescing and caching locally.
Used to key [TMDBMetadataProviderRef] to search for TV shows, compliments Movies.

Constants

The User-Agent is generated from the package name “dim” and the version so “dim/0.x.y.z”
The base url used to access TMDB;