Expedia-PHP-API
Expedia-PHP-API copied to clipboard
Not an issue, it is a question : can we pass more than one hotelIds to get hotel information in expedia php api..??
can we pass more than one hotelId's to get hotel information in expedia php api..??
Their api doesn't provide such functionality as far as I know
2 февр. 2016 г., в 9:44, Jogendra Kumar Yadav [email protected] написал(а):
can we pass more than one hotelId's to get hotel information in expedia php api??
— Reply to this email directly or view it on GitHub.
Thanks for you reply.. :) I was searching for this from morning but couldn't find any answer. I am doing one project, in that i need to list out all the water hotels list, i got the water hotels ids list, now i want to pass all ids at once, so that i don't have to call API again and again. but i think, that only the option i have.
they have a database in csv format, you could download it and use for your needs. The only API calls you would need then will be booking related
2016-02-02 10:01 GMT+02:00 Jogendra Kumar Yadav [email protected]:
Thanks for you reply.. :) I was searching for this from morning but couldn't find any answer. I am doing one project, in that i need to list out all the water hotels list, i got the water hotels ids list, now i want to pass all ids at once, so that i don't have to call API again and again. but i think, that only the option i have.
— Reply to this email directly or view it on GitHub https://github.com/dyatlov/Expedia-PHP-API/issues/4#issuecomment-178435680 .
http://developer.ean.com/database/
2016-02-02 13:33 GMT+02:00 Vitaly Dyatlov [email protected]:
they have a database in csv format, you could download it and use for your needs. The only API calls you would need then will be booking related
2016-02-02 10:01 GMT+02:00 Jogendra Kumar Yadav [email protected] :
Thanks for you reply.. :) I was searching for this from morning but couldn't find any answer. I am doing one project, in that i need to list out all the water hotels list, i got the water hotels ids list, now i want to pass all ids at once, so that i don't have to call API again and again. but i think, that only the option i have.
— Reply to this email directly or view it on GitHub https://github.com/dyatlov/Expedia-PHP-API/issues/4#issuecomment-178435680 .
Thanks dyatlov..!!