Pizza and Desserts

부분 유료
분류별 Kaushik | 업데이트됨 22 days ago | Food
인기

9.3 / 10

지연 시간

390ms

서비스 수준

100%

Health Check

N/A

모든 토론으로 돌아가기

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…

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입