Pizza and Desserts

フリーミアム
よって Kaushik | 更新済み לפני 13 ימים | Food
人気

9.2 / 10

レイテンシー

363ms

サービスレベル

100%

Health Check

N/A

すべてのディスカッションに戻る

get via Chrome

Rapid account: Deleted
[deleted]
לפני שנתיים

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 לפני שנתיים

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 לפני שנתיים

API Pizza

Rapid account: Deleted
[deleted] Commented לפני שנתיים

get URL?

Rapid account: Deleted
[deleted] Commented לפני שנתיים

How to collect a URL?

Rapid account: Kaushiksheel 9
kaushiksheel9 Commented לפני שנתיים

i don’t understand your question…

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿