nderkach / airbnb-python

A Python wrapper around the Airbnb API (unofficial)
Do What The F*ck You Want To Public License
187 stars 65 forks source link

api.get_homes(lat, lng) does not work #10

Closed DmitriyG228 closed 5 years ago

DmitriyG228 commented 5 years ago

latitude, longitude for get_homes returns some random listings around the world

jaksmid commented 5 years ago

confirmed, seems like the API was changed.

I could manage to get the rectangle on the map working determined by two pairs of coordinates (parameters ne_lat, ne_lng, sw_lat, sw_lng) but not just a single pair of coordinate. Will create a PR if I figure it out

nderkach commented 5 years ago

Would be nice to add some tests for API responses at some point 🤔