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.
TMDB Metadata Provider produces
ExternalQuery
implementors, and handles request coalescing and caching locally.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;