Changes to the API since august 2018.
Added
- A more detailed explanation about Hemnet's stability guarantee, how
deprecations work, and what a version bump in the API means to implementers.
- Experimental support for publishing/unpublishing projects and project units.
- A basic "impressions report" to see how many views a
specific listing/project/project unit got since becoming visible on Hemnet.
- Documentation for the
TaxAssessment
model.
Listing.numberOfRooms
as a replacement for numberOfBedrooms
.
- A more clear definition of what constitutes a "room" for our different
listing types.
Changed
- Document the
Listing.isForeclosure
default, when creating Listing
s
without it set.
Fixed
- Listing keys will now present them in a stable sort order so pagination is
more reliable.
- A lot of API requests became a lot faster due to some optimizations in the
backend. This could lead to some requests taking 20% as long to finish.
Deprecated
Listing.numberOfBedrooms
is now a deprecated field. Use numberOfRooms
instead.