deprecated
0.0.4
July 28th, 2021
Deprecated
- Renamed
tag
toamenity
where applicable. Date of removal: 2021-10-01 GET /v3/tags
- Use
GET /v3/amenities
instead
- Use
GET /v3/tags/{id}
- Use
GET /v3/amenities/{id}
instead
- Use
GET /v3/availabilities
- Replace query param
filter[tag_ids]
byfilter[amenity_ids]
- Replace query param
include_tag_counts
byinclude_amenity_counts
. This will yield/meta/amenity_counts
instead of/meta/tag_counts
- Replace sorter
tag_ids_match_score
byamenity_ids_match_score
- Replace query param
- Schema changes:
Availability#missing_tags
will be replaced byAvailability#missing_amenities
Category#custom_attributes
will be replaced byCategory#category_amenities
Category#tags
will be replaced byCategory#category_amenities
Category#optional_tags
will be replaced byCategory#optional_amenities
CustomAttribute
will be removed in favor ofCategoryAmenity
,RentableAmenity
,ReservationAmenity
orRoomAmenity
Rentable#tags
will be replaced byRentable#rentable_amenities
Reservation#tags
will be replaced byReservation#reservation_amenities
Room#custom_attributes
will be replaced byRoom#room_amenities
TagGroup
will be removed in favor ofAmenityGroup
Tag
will be removed in favor ofAmenity