You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,15 @@ By default, we will return all property types.
66
66
67
67
`get_new_listings`, `get_all_listings`, and `get_all_active_mls_numbers` take the optional arguments `areas` and `cities`. They take an array of strings, and can be used to filter results by city or area.
This gives you an iterator with all the active MLS numbers in it. You can also optionally pass the date_min and date_max fields. They should be python datetime objects.
77
+
This gives you an iterator with all the active MLS numbers in it. You can also optionally pass the date_min and date_max, and status fields. They should be python datetime objects.
0 commit comments