The Movie Databse
This is a wrapper around the TMDb API.
You can search and fetch Movies from The Movie Databse.
Usage
let tmdb: TMDb = TMDb ;
let movie = tmdb.fetch_movie.unwrap;
println!;
let search_movies = tmdb.search_movie.unwrap;
println!;
This is a wrapper around the TMDb API.
You can search and fetch Movies from The Movie Databse.
let tmdb: TMDb = TMDb ;
let movie = tmdb.fetch_movie.unwrap;
println!;
let search_movies = tmdb.search_movie.unwrap;
println!;