Skip to content

Commit 126b933

Browse files
author
Simon Jingzhe Huang
committed
chore: update README.md
1 parent 025fce1 commit 126b933

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

examples/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ 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):
20+
- [`HotelIdsSearchEndToEndScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/ListingsHotelIdsSearchScenario.java):
2121

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.
22+
This example demonstrates how to retrieve accessible property ids from SDP DownloadURL API and
23+
then get the content and prices of these properties using the Lodging Listings API.
2424

2525
- [`QuotesQuickStartScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/QuotesQuickStartScenario.java):
2626

27-
This example demonstrates how to retrieve accessible Vrbo property ids and location content from
27+
This example demonstrates how to search for property quotes with property IDs in
28+
Lodging Quotes API.
29+
30+
- [`VrboPropertySearchEndToEndScenario.java`](src/main/java/com/expediagroup/sdk/xap/examples/scenarios/lodging/VrboPropertySearchEndToEndScenario.java):
31+
32+
This example demonstrates how to retrieve accessible Vrbo property ids and location content from
2833
SDP DownloadURL API and then get the prices of these properties using the Lodging Quotes API.
2934

3035
- [

0 commit comments

Comments
 (0)