Skip to content

Commit 5ed269a

Browse files
author
Simon Jingzhe Huang
committed
chore: update README.md
1 parent 3084129 commit 5ed269a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

examples/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,21 @@ Currently, the following scenarios are included:
1717
This example demonstrates how to search for properties with a location keyword with filters
1818
applied in Lodging Listings API.
1919

20+
- [`ListingsHotelIdsSearchScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/ListingsHotelIdsSearchScenario.java):
21+
22+
This example demonstrates how to retrieve accessible property ids and location content from
23+
SDP DownloadURL API and then get the prices of these properties using the Lodging Listings API.
24+
2025
- [`QuotesQuickStartScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/QuotesQuickStartScenario.java):
2126

22-
This example demonstrates how to search for property quotes with property IDs in Lodging Quotes API.
27+
This example demonstrates how to retrieve accessible Vrbo property ids and location content from
28+
SDP DownloadURL API and then get the prices of these properties using the Lodging Quotes API.
2329

2430
- [
2531
`AvailabilityCalendarsQuickStartScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/AvailabilityCalendarsQuickStartScenario.java):
2632

27-
This example demonstrates how to search for availability calendars with property IDs in Lodging Availability Calendar API.
33+
This example demonstrates how to use Availability Calendar api with simple search.
34+
In terms of how to get property Ids, you can refer to `QuotesQuickStartScenario.java`.
2835

2936
We are continuously adding more scenarios to demonstrate the usage of other XAP APIs.
3037

0 commit comments

Comments
 (0)