Skip to content

Releases: HireFrederick/booker_ruby

Added jwt dependancy support for 2.x

Choose a tag to compare

@tandel-ankita tandel-ankita released this 15 Mar 05:05
5d262b6

Added version range for jwt to support 2.x

Added the Address attribute to the Employee Model

Choose a tag to compare

@jashnb jashnb released this 11 Sep 14:29
ae26aa6
3.4.1

add address attribute to employee model

Rescue Net::ReadTimeout for paginated_request method

Choose a tag to compare

@ikitha ikitha released this 14 Jul 20:05
33dd138

This release rescues Net::ReadTimeout for the paginated_request method to raise a Booker::MidPaginationError.

Add a MobilePhone attribute to V4 Employee model

Choose a tag to compare

@jashnb jashnb released this 25 Jun 18:12
4e8e250
3.3.17

Merge pull request #37 from HireFrederick/add_attr_accessor_to_employ…

Add booker get employee by ID for v4.1 merchant API

Choose a tag to compare

@jashnb jashnb released this 23 Jun 18:40
dda7d94

Add ability to get employee information by employee ID

Add booker get specials api to v4.1 client

Choose a tag to compare

@lawyu89 lawyu89 released this 04 Jun 22:36
5976b64

Add ability to fetch specials for a booker location.

Add booker get treatment api to v4.1 client

Choose a tag to compare

@lawyu89 lawyu89 released this 18 May 23:06
57f3273
Merge pull request #33 from HireFrederick/add_fetch_single_treatment

Add fetch single treatment

Bugfix for FindTreatmentsVerifiedBookableOnline API

Choose a tag to compare

@clacan clacan released this 03 Apr 17:51
90abe65

Use 'Treatments' results key for treatments verified bookable online

Add support for FindTreatmentsVerifiedBookableOnline API

Choose a tag to compare

@clacan clacan released this 01 Apr 23:07
8fcc235
3.3.12

Add FindTreatmentsVerifiedBookableOnline API support (#31)

Allow user to configure request timeout

Choose a tag to compare

@otheogar otheogar released this 12 Dec 18:21
715fe80
make timeout configurable (#29)

* make timeout configurable

* refactor, add test