Description Usage Arguments Value
View source: R/tmdb_api_movies.R
Form the url needed for the api request
1 | create_movie_url(api_key, genre_ids, min_date, max_date, page_num)
|
api_key |
Api key requested from the website |
min_date |
Min release date in the format 'yyyy-mm-dd' |
max_date |
Max release date in the format 'yyyy-mm-dd' |
genres |
genres of interest can include: 'Action', 'Adventure', 'Animation', 'Comedy', 'Crime','Documentary', 'Drama', 'Family', 'Fantasy', 'History', 'Horror', 'Music', 'Mystery', 'Romance', 'Science Fiction', 'TV Movie', 'Thriller', 'War', 'Western' |
url needed for api request as a single string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.