From 56da334ea202a50b15a6b63895425982e01a9047 Mon Sep 17 00:00:00 2001 From: Alex Kup <116945542+Lifailon@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:14:23 +0300 Subject: [PATCH] Add Discord, RapidAPI and google api --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 998b8ce..df70776 100644 --- a/README.md +++ b/README.md @@ -6625,7 +6625,7 @@ $response.results.image ### MoviesDatabase https://rapidapi.com/SAdrian/api/moviesdatabase - +```PowerShell $key = "" $imdb_id = "tt0455275" $headers=@{} @@ -6633,7 +6633,7 @@ $headers.Add("X-RapidAPI-Key", "$key") $headers.Add("X-RapidAPI-Host", "moviesdatabase.p.rapidapi.com") $response = Invoke-RestMethod "https://moviesdatabase.p.rapidapi.com/titles/$imdb_id" -Method GET -Headers $headers $response.results - +``` # TMDB https://developer.themoviedb.org/reference/intro/getting-started