All notable changes to this project will be documented in this file.
- #34 - Booking creation/update now accept optional :name and :description
- #34 - Booking item response now contains :name, :description, :external_link, :collaborative_link
- #34 - Booking :user_message has been replaced by separate :name and :description
- #33 - Booking item response now includes :resource_id and :service_id corresponding to Resource providing the Booking and the Service being performed.
- #32 - POST /bookings/new :user_id is now a required parameter.
- #32 - GET /bookings now supports optional :booker_id parameter to filter retrieved bookings to those made on behalf of :booker_id.
- #31 - CreateBookingBody
:date
attribute is now a DateTime rather than a String. - @alexagranov - #31 - TimeWindow attribute
:negation
has been renamed to:unavailable
. - @alexagranov
- #31 - POST /bookings/new now takes parameters supporting the creation of a recurring Booking. - @alexagranov
- #31 - PUT /bookings/:id now takes parameters supporting the modification of a recurring Booking or instance of such. - @alexagranov
- #31 - DELETE /bookings/:id now takes parameters supporting the cancellation of a recurring Booking or instance of such. - @alexagranov
- #24 - dd schedules array to ServiceResponse - @alexagranov
- #22 - Fix type of :gender to String; Add :primary_cal to ResourceResponse - @alexagranov
- #21 - Add back :max_duration on CreateServiceBody/UpdateServiceByIdBody - @alexagranov
- update GET /schedules for query by resource_id, service_id
- update Service response bodies with max_duration
- update for latest APIMatic generated code
- update for HTTPS
- Unnecessary /user/pros endpoint
- PR #4 - Correct 'pricing_model' (instead of plural) response root for GET/PUT /pricing_models/:id and POST /pricing_models/new
- Pull #2 - adding Service :max_duration support
- CHANGELOG.md
- Initial public version