rargotte / watch-chill

0 stars 3 forks source link

Reach /discover endpoint with stored parameters ( keyword ids, years, language) #15

Closed glazovg closed 2 years ago

glazovg commented 2 years ago

As a user when I click on Search button I want to be able to send the parameters to the /discover/movie-discover endpoint So I can get my search results (in a http response)

Acc1: Make API call to /discover/movie-discover endpoint with given parameters Acc2: Store reponse data from/discover/movie-discover endpoint into localStorage

Dev Notes: https://developers.themoviedb.org/3/discover/movie-discover https://api.themoviedb.org/3/search/keyword?api_key={{API_KEY}}&query=spider movie_id is the data that needs to be stored.