liteapi-travel
Advanced tools
Comparing version 2.0.3 to 2.0.4-updates
@@ -59,3 +59,3 @@ class LiteApi { | ||
} else { | ||
queryparams["hotelIds"] = hotelIdsList.join(","); | ||
queryparams["hotelIds"] = hotelIdsList.join("%2C"); | ||
} | ||
@@ -67,3 +67,3 @@ | ||
} else { | ||
queryparams["children"] = children.join(","); | ||
queryparams["children"] = children.join("%2C"); | ||
} | ||
@@ -152,3 +152,3 @@ } | ||
} else { | ||
queryparams["hotelIds"] = hotelIdsList.join(","); | ||
queryparams["hotelIds"] = hotelIdsList.join("%2C"); | ||
} | ||
@@ -160,3 +160,3 @@ | ||
} else { | ||
queryparams["children"] = children.join(","); | ||
queryparams["children"] = children.join("%2C"); | ||
} | ||
@@ -163,0 +163,0 @@ } |
{ | ||
"name": "liteapi-travel", | ||
"version": "2.0.3", | ||
"version": "2.0.4-updates", | ||
"description": "The **liteAPI** can be used to to do the following Get room rates & availability for a set of hotels Select a specific hotel with room availability and make a booking Manage the bookings - retrieve and cancel existing bookings Get static content for hotels, search hotels by destination", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -44,3 +44,2 @@ <h1 style="font-weight: 500;">liteAPI SDK</h1> | ||
# Installing | ||
@@ -67,5 +66,7 @@ | ||
You can fetch the static data from the API or download it from the table available at [Static Data Table](STATICDATA.md). | ||
## List of cities | ||
The API returns a list of city names from a specific country. The country codes needs be is in ISO-2 format. To get the country codes in ISO-2 for all countries please use the GET Country list endpoint | ||
The API returns a list of city names from a specific country. The country codes must be in ISO-2 format. To get the country codes in ISO-2 for all countries please use the GET Country list endpoint | ||
@@ -72,0 +73,0 @@ * <h4 style="color:#9155fd; font-weight: 800;"> Example :</h4> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
137021
4
703
2