Skip to content

Releases: wego/wego-sdk-js

build file for #107

08 Jan 04:15
39ce2e1
Compare
Choose a tag to compare

Add getProviders method for hotels

17 Dec 07:53
3ffaa07
Compare
Choose a tag to compare

Add getProviders method for hotels (#107)

Add getProviders method

09 Dec 08:01
97f4676
Compare
Choose a tag to compare

Add getProviders method to retrieve metasearch response providers

Add moreRates=true to GET metasearch hotel calls

03 Dec 09:01
21d27b1
Compare
Choose a tag to compare

Add moreRates=true flag to GET metasearch hotel calls

IncludeDirect flag for hotel metasearch detail page

25 Nov 07:10
21f97cc
Compare
Choose a tag to compare

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

02 Nov 08:19
f8e4208
Compare
Choose a tag to compare

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

12 Oct 07:58
f4c39b6
Compare
Choose a tag to compare
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

08 Oct 01:40
29c1b55
Compare
Choose a tag to compare
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.

18 Sep 06:54
5eeecbe
Compare
Choose a tag to compare
Add parameter to show wego fares on desktop. (#99)

* pass showWegoFares on search request body.

* WegoSdk build

Able to filter wego fares

17 Sep 04:40
7665883
Compare
Choose a tag to compare
Able to filter wego fares (#98)

* Able to filter wego fares.

* build