ThomasPortolano / movie-watchlist

3rd scrimba solo project - building a movie watchlist using OMDB API
0 stars 0 forks source link

Adding runtime #3

Closed ThomasPortolano closed 9 months ago

ThomasPortolano commented 9 months ago

Currently, runtime is not displayed, I need to check which API provides this endpoint.

ThomasPortolano commented 9 months ago

The Details API hold the runtime value (API response available on #2 ) at the endpoint runtime.

I will need to store first the id of the movie to query this API that accepts movie_id as a parameter.

ThomasPortolano commented 9 months ago

Problem resolved on prod with the commit GW-#3-Adding-runtime