api

Provides the actual TMDb API and the client, providing the class TmdbClient as the main entrypoint for all supported operations.

It requires an implementation of HttpClientFactory, so you need to either use one of the provided http-client-* modules or create your own.

Packages

Link copied to clipboard
Link copied to clipboard

Contains the implementations of the actual API calls.

Link copied to clipboard
Link copied to clipboard

Provides Jackson specific functionality to assist with serialization and deserialization of TMDb API client types.

Link copied to clipboard

Contains all types that form the data model used by the TMDb API client.