Releases: wego/wego-sdk-js
Releases · wego/wego-sdk-js
build file for #107
Add getProviders method for hotels
Add getProviders method for hotels (#107)
Add getProviders method
Add getProviders method to retrieve metasearch response providers
Add moreRates=true to GET metasearch hotel calls
Add moreRates=true
flag to GET
metasearch hotel calls
IncludeDirect flag for hotel metasearch detail page
The changes to add includeDirect flag on hotels metasearch should be implemented for both the hotel search results and the direct hotel search.
Add includeDirect flag for hotel metasearch
In order to control when to show Book on Wego rates, backend has added a flag. We need to add a flag includeDirect
in the hotels meta search request to show Book on Wego rates.
Requirement:
When calling hotels metasearch POST metasearch/hotels/searches
, add includeDirect = true
in the request body
Filter by provider types
Filter by provider types (#101) * filter by providers * Major changes on the requirements: filter by provider types instead of providers. providerTypes = wego, hotels, ota * Corrected the logic: filter the hotel when there's atleast one rate matches. Add unit test, it saves my life. build it.
Hotel card sorting logic for directBooking
Sort rates on hotel card for directBooking. (#100) * Sort rates on hotel card for directBooking. * fix test
Able to pass `showWegoFares` to search API to fetch wego fares.
Add parameter to show wego fares on desktop. (#99) * pass showWegoFares on search request body. * WegoSdk build
Able to filter wego fares
Able to filter wego fares (#98) * Able to filter wego fares. * build