Uses of Record Class
dev.reuss.tmdb.core.http.TmdbRequest
Packages that use TmdbRequest
-
Uses of TmdbRequest in dev.reuss.tmdb.core.http
Methods in dev.reuss.tmdb.core.http that return TmdbRequestModifier and TypeMethodDescriptionstatic TmdbRequestCreates a GET request without query parameters.static TmdbRequestTmdbRequest.get(String path, QueryParams queryParams) Creates a GET request with query parameters.Methods in dev.reuss.tmdb.core.http with parameters of type TmdbRequestModifier and TypeMethodDescription<T> TJavaNetTmdbHttpClient.get(TmdbRequest request, Class<T> responseType) Sends a GET request to TMDB and maps the JSON response body to the given type.<T> TTmdbHttpClient.get(TmdbRequest request, Class<T> responseType) Sends a GET request and maps the response body to the given Java type.