Hotels

भुगतान किया गया
Verified
द्वारा Api Dojo | अपडेट किया गया 14 giorni fa | Travel
लोकप्रियता

9.8 / 10

लेटेंसी

2,272ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

404 respone status please help

Rapid account: Yashnihalani
yashnihalani
a year ago

i am trying to hit by search endpoint .
please check my code snippet below.
(Ruby on rails)

def request_api(url)
response = Excon.get(
url,
headers: {
‘X-RapidAPI-Host’ => URI.parse(url).host,
‘X-RapidAPI-Key’ => ‘MY_KEY’
}
)
puts(response.status)

return nil if response.status != 200
JSON.parse(response.body)

end
def find_city(name)
request_api(
https://hotels4.p.rapidapi.com/locations/search/#{URI.encode(name)}
)
end

Rapid account: Apidojo
apidojo Commented a year ago

Hello,

1/ I am sorry that I cannot help you with coding.
2/ You are using a deprecated endpoint.
3/ The requested URL is totally wrong. It should be “…/locations/v3/search?q=chiang mai” . I am not sure why you put “…/#…” in the URL?!

Regards.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें