Skip to content

Releases: Boataround/api-documentation

version 1.0.94

23 Oct 09:11
e8e8c29

Choose a tag to compare

Without enhancement

version 1.0.93

27 May 05:49
e8e8c29

Choose a tag to compare

Without enhancement

version 1.0.92

27 May 05:49
e8e8c29

Choose a tag to compare

Enhancements:

  • Added toilet parameter support. Affected endpoints:
    • /city/{cityname}/near

version 1.0.91

12 Feb 18:23
e8e8c29

Choose a tag to compare

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 slug as parameter value:
    • /locations/regions (country)
    • /locations/cities (country, region)
    • /locations/marinas (country, region, city)
  • Modified responses for /locations/ endpoints:
    previous slug field is now called _id
    previous _id field is now called name
    • /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

05 Feb 15:01
e8e8c29

Choose a tag to compare

Enhancements:

  • Added new endpoint for categories:
    • /categories/all
  • Previous categories endpoint (/categories/) is now deprecated, use the one above instead.

version 1.0.89

05 Feb 15:00
e8e8c29

Choose a tag to compare

Without enhancement

version 1.0.88

19 Mar 14:47
e8e8c29

Choose a tag to compare

Without enhancement

version 1.0.87

05 Feb 15:00
e8e8c29

Choose a tag to compare

Without enhancement

version 1.0.86

05 Feb 14:59
e8e8c29

Choose a tag to compare

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

version 1.0.85

05 Feb 14:58
e8e8c29

Choose a tag to compare

Without enhancement