spring-boot-starter 4.2.1 API

Autoconfigures a TmdbClient bean for projects using Spring Webflux.

This requires either the property tmdb-client.api-key or the environment variable TMDB_API_KEY to be set.

Furthermore, autoconfiguration is only done if there isn't already a TmdbClient bean, and you can also override the default HttpClientFactory bean by providing your own.

See: Description

Packages 
Package Description
io.v47.tmdb.autoconfigure