Focus mode
TMDB API, IMDB benzeri bir film ve TV programları portalidir. TMDB API pratiğimizde aşağıdaki kavramlar üzerine konuşacağız:
GET ALL FILMS - GET : https://swapi.dev/api/films/
GET A FILM DETAIL - GET : https://swapi.dev/api/films/:film_id
CREATE A REQUEST TOKEN - GET : https://api.themoviedb.org/3/authentication/token/new
CREATE A SESSION ID - POST : https://api.themoviedb.org/3/authentication/session/new
RATE A MOVIE - POST : https://api.themoviedb.org/3/movie/:movie_id/rating?session_id={{session_id}}
DELETE A MOVIE RATE - DELETE : https://api.themoviedb.org/3/movie/:movie_id/rating?session_id={{session_id}}
Programs to Accelerate Your Progress in a Software Career
Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!
You need to enroll in the course to be able to comment!