Skip to content

Commit cf980b1

Browse files
committed
update readme
1 parent f04981a commit cf980b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,15 +268,17 @@ List of supported endpoints
268268
# What are the popular places in Barcelona (based a geo location and a radius)
269269
amadeus.reference_data.locations.points_of_interest.get(latitude=41.397158, longitude=2.160873)
270270
# What are the popular places in Barcelona? (based on a square)
271-
amadeus.reference_data.locations.points_of_interest.by_square.get(north=41.397158, west=2.160873, south=41.394582, east=2.177181)
271+
amadeus.reference_data.locations.points_of_interest.by_square.get(north=41.397158, west=2.160873,
272+
south=41.394582, east=2.177181)
272273
# Returns a single Point of Interest from a given id
273274
amadeus.reference_data.locations.point_of_interest('9CB40CB5D0').get()
274275
275276
# Safe Place
276277
# How safe is Barcelona? (based a geo location and a radius)
277278
amadeus.safety.safety_rated_locations.get(latitude=41.397158, longitude=2.160873)
278279
# How safe is Barcelona? (based on a square)
279-
amadeus.safety.safety_rated_locations.by_square.get(north=41.397158, west=2.160873, south=41.394582, east=2.177181)
280+
amadeus.safety.safety_rated_locations.by_square.get(north=41.397158, west=2.160873,
281+
south=41.394582, east=2.177181)
280282
# What is the safety information of a location based on it's Id?
281283
amadeus.safety.safety_rated_location('Q930400801').get()
282284

0 commit comments

Comments
 (0)