Pizza and Desserts

FREEMIUM
Door Kaushik | Bijgewerkt 9 days ago | Food
Populariteit

9.2 / 10

Latency

371ms

Serviceniveau

100%

Health Check

N/A

Terug naar alle discussies

get via Chrome

Rapid account: Deleted
[deleted]
2 years ago

Collect a request to send to Chrome?
example of another API
https://api.themoviedb.org/3/discover/movie?api_key=84f0f3a7bd08769b95016fc25a80a3ef&vote_count.gte=1000
How to do it also only with your API?

Rapid account: Kaushiksheel 9
kaushiksheel9 Commented 2 years ago

the url is:

for pizzas= url: ‘https://pizza-and-desserts.p.rapidapi.com/pizzas

for desserts= url: ‘https://pizza-and-desserts.p.rapidapi.com/desserts

and send headers also with your get request 

headers: {
‘X-RapidAPI-Host’: ‘pizza-and-desserts.p.rapidapi.com’,
‘X-RapidAPI-Key’: your rapid api key

example:

fetch(‘https://pizza-and-desserts.p.rapidapi.com/pizzas’,
headers: {
‘X-RapidAPI-Host’: ‘pizza-and-desserts.p.rapidapi.com’,
‘X-RapidAPI-Key’: your rapid api key
}).then(res=>res.json()).then(data=>console.log(data)).catch(e=>console.log(e))

hope this helps you
Rapid account: Deleted
[deleted] Commented 2 years ago

API Pizza

Rapid account: Deleted
[deleted] Commented 2 years ago

get URL?

Rapid account: Deleted
[deleted] Commented 2 years ago

How to collect a URL?

Rapid account: Kaushiksheel 9
kaushiksheel9 Commented 2 years ago

i don’t understand your question…

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen