All modules:
Link copied to clipboard
Provides the actual TMDb API and the client, providing the class io.v47.tmdb.TmdbClient as the main entrypoint for all supported operations.
Link copied to clipboard
Contains the core types for the TMDb API client.
Link copied to clipboard
Provides an implementation of io.v47.tmdb.http.HttpClient that uses the Java 11 java.net.http.HttpClient.
Link copied to clipboard
Provides a standardized way of verifying the expected behavior of an io.v47.tmdb.http.HttpClient implementation.
Link copied to clipboard
The runtime module of the Quarkus extension.
Link copied to clipboard
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.