All modules:
Provides the actual TMDb API and the client, providing the class io.v47.tmdb.TmdbClient as the main entrypoint for all supported operations.
Contains the core types for the TMDb API client.
Provides an implementation of io.v47.tmdb.http.HttpClient that uses the Java 11 java.net.http.HttpClient.
Provides an implementation of io.v47.tmdb.http.HttpClient that uses the Spring Webflux HTTP client.
Provides a standardized way of verifying the expected behavior of an io.v47.tmdb.http.HttpClient implementation.
Autoconfigures a io.v47.tmdb.TmdbClient bean for projects using Spring Webflux.
Provides a straightforward way to create a io.v47.tmdb.TmdbClient instance that uses the io.v47.tmdb.http.HttpClient implementation from the http-client-java11
module.