Skip to content

Releases: koshilife/calendly-api-ruby-client

0.2.0

31 May 15:02
9c862f9
Compare
Choose a tag to compare
  • added caching features in object when fetching data. (refs #14)

0.1.3

31 May 15:02
0bff058
Compare
Choose a tag to compare
  • support webhook APIs (refs #9)
    • GET /webhook_subscriptions
    • GET /webhook_subscriptions/{webhook_uuid}
    • POST /webhook_subscriptions
    • DELETE /webhook_subscriptions/{webhook_uuid}

0.1.2

31 May 15:03
69ce96d
Compare
Choose a tag to compare
  • fixed rubocop warnings.

0.1.1

31 May 15:03
8e9540d
Compare
Choose a tag to compare
  • added tests to make coverage 100%.

0.1.0

31 May 15:04
4846152
Compare
Choose a tag to compare
  • defined methods to access associated resources with each model.
  • renamed methods:
    • Calendly::Client#events to Calendly::Client#scheduled_events