Sha256: 4decb007598727528d53b856d6281c86ed0df317d99691f4f1f68dd01c3b0362
Contents?: true
Size: 1.74 KB
Versions: 1
Compression:
Stored size: 1.74 KB
Contents
# CHANGELOG ## 0.4.2 - add new following fields to Invitee model (refs #21) - :rescheduled - :old_invitee - :new_invitee - :cancel_url - :reschedule_url ## 0.4.1 - support API - `GET /event_types/{uuid}` ## 0.4.0 - fix changed Location fields such as `kind` to `type`. (refs #18) ## 0.3.0 - remove zeitwerk dependency. (refs #16) ## 0.2.0 - save fetched data in cache. (refs #14) ## 0.1.3 - support webhook APIs (refs #9) - `GET /webhook_subscriptions` - `GET /webhook_subscriptions/{webhook_uuid}` - `POST /webhook_subscriptions` - `DELETE /webhook_subscriptions/{webhook_uuid}` ## 0.1.2 - fix rubocop warnings. ## 0.1.1 - add tests to make coverage 100%. ## 0.1.0 - define methods to access associated resources with each model. - rename methods: - `Calendly::Client#events` to `Calendly::Client#scheduled_events` ## 0.0.7.alpha - support APIs - `POST /organizations/{uuid}/invitations` - `DELETE /organizations/{org_uuid}/invitations/{invitation_uuid}` - `DELETE /organization_memberships/{uuid}` ## 0.0.6.alpha - support APIs - `GET /organizations/{uuid}/invitations` - `GET /organizations/{organization_uuid}/invitations/{invitation_uuid}` ## 0.0.5.alpha - support APIs - `GET /organization_memberships` - `GET /organization_memberships/{uuid}` - rename fields - Invitee#event to Invitee#event_uri - Event#event_type to Event#event_type_uri ## 0.0.4.alpha - support APIs - `GET /scheduled_events/{event_uuid}/invitees` - `GET /scheduled_events/{event_uuid}/invitees/{invitee_uuid}` ## 0.0.3.alpha - support APIs - `GET /scheduled_events` - `GET /scheduled_events/{uuid}` ## 0.0.2.alpha - support APIs - `GET /event_types` ## 0.0.1.alpha - Initial release - support APIs - `GET /users/{uuid}`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
calendly-0.4.2 | CHANGELOG.md |