Rapid account: Kaushik

Kaushik / kaushiksheel9

Discussioni

5
Title
Created at (Click to sort ascending)
A
2
Thank you for reaching out and for your continued support in using ny API for your project. I apologize for the inconvenience you're facing with the server being down. Check it again it will work this time. Wed 3:17 30/8/23
A
2
No brother Sun 2:33 2/4/23
A
1
Can you show the code... Thu 2:36 15/12/22
A
5
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 Tue 3:02 12/4/22
A
5
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 Tue 3:02 12/4/22