Change Updates

Do not miss any Garmat API changes, ever again

Subscribe to the Garmat API changelog to be up to date on recent changes.

RSS

Nov 14, 2024

main
0.0.4
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /api/facilities
  • Response
  • 200 response Modified
    • content type Modified
      • data property Modified
        • location property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • address_line_1, address_line_2, city, state, working_hours, zipcode properties Added
GET /api/facilities/{id}
  • Response
  • 200 response Modified
    • content type Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_line_1, address_line_2, city, distributor_name, state, working_hours, zipcode properties Added
POST /api/facilities
  • Body
  • content type Modified
    • tz property Modified
      • Property is now required
        Breaking
    • location property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • address_line_1, address_line_2, city, state, working_hours, zipcode properties Added
  • Response
  • 200 response Modified
    • content type Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_line_1, address_line_2, city, distributor_name, state, working_hours, zipcode properties Added
PUT /api/facilities/{id}
  • Body
  • content type Modified
    • tz property Modified
      • Property is now required
        Breaking
    • location property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • address_line_1, address_line_2, city, state, working_hours, zipcode properties Added
  • Response
  • 200 response Modified
    • content type Modified
      • location property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_line_1, address_line_2, city, distributor_name, state, working_hours, zipcode properties Added