APIEndpoints
struct APIEndpoints
-
Declaration
Swift
static func getSearchMovies(with moviesRequestDTO: MoviesSearchRequestDTO ) -> EndPoint<MoviesSearchResponseDTO>
-
Declaration
Swift
static func getTopRatedMovies(with moviesRequestDTO: MoviesTopRateRequestDTO) -> EndPoint<MoviesTopRatedResponseDTO>
-
Declaration
Swift
static func getMoviePoster(path: String, width: Int) -> EndPoint<Data>