Releases: Boataround/api-documentation
Releases · Boataround/api-documentation
version 1.0.94
Without enhancement
version 1.0.93
Without enhancement
version 1.0.92
Enhancements:
- Added toilet parameter support. Affected endpoints:
- /city/{cityname}/near
version 1.0.91
Enhancements:
- Temporarily removed token security system from the following availability related routes:
- /availabilities/{charter}
- /availabilities/{charter}/period
- /availabilities/{charter}/{status}
- Added possibility to also use destination
slugas parameter value:- /locations/regions (country)
- /locations/cities (country, region)
- /locations/marinas (country, region, city)
- Modified responses for /locations/ endpoints:
previousslugfield is now called_id
previous_idfield is now calledname- /locations/regions
- /locations/cities
- /locations/marinas
- Added category parameter support for slug value. Affected endpoints:
- /search
- /country/{countryname}
- /region/{regionname}
- /city/{cityname}
- /city/{cityname}/near
- /marina/{marinaname}
- /marina/{marinaname}/near
version 1.0.90
Enhancements:
- Added new endpoint for categories:
- /categories/all
- Previous categories endpoint (/categories/) is now deprecated, use the one above instead.
version 1.0.89
Without enhancement
version 1.0.88
Without enhancement
version 1.0.87
Without enhancement
version 1.0.86
Enhancements:
-
Added token security system to the following availability related routes:
- /availability/{slug}/past
- /availability/{slug}/future
- /availability/{slug}/period
- /availability/{slug}/add
- /availability/{slug}/remove
- /availabilities/{charter}
- /availabilities/{charter}/period
- /availabilities/{charter}/{status}
-
Updated image fields by adding two new image fields:
- main_img
- gallery
- This affects the following endpoints:
- /search
- /boat/{slug}
- /price/{slug}
- /boats/similar
- /category/{category}
- /country/{countryname}
- /bestDeals/{destination}
-
Updated old image fields to return image through the new image service. (But they keep having the same dimensions)
-
Added 6 new endpoints returning objects by popularity:
- /boats/manufacturers/popular
- /boats/charters/popular
- /boats/countries/popular
- /boats/regions/popular
- /boats/cities/popular
- /boats/marinas/popular
-
Improved test coverage
-
Improved error handling