Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@alexagranov alexagranov released this 15 Jan 02:06
20f9359

[0.2.0] - 2018-01-14

BREAKING CHANGE

  • #31
    • Updated SDK to pass string ids in UUID format for all API endpoints that refer to user, resource, service, schedule, time_window, and pricing_model ids.
    • Date parameters to BookingsController.cancelBookingById and ServicesController.getServiceAvailableSlotsById should now be constructed with moment, rather than simply a String in 'YYYY-MM-DD' form.

Updated

- All tests to reflect use of UUID params as well as moment datetime objects.