Skip to content

Commit f300825

Browse files
committed
Add WebhookEvent class and Refator Webhooks
Add a new `WebhookEvent` class to represent Spark generated webhook events. Apply structural changes to the RoomsAPI and ensure all parameters are up-to-date.
1 parent ab85067 commit f300825

File tree

2 files changed

+241
-86
lines changed

2 files changed

+241
-86
lines changed

ciscosparkapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
TeamMembership,
3131
TeamMembershipsAPI
3232
)
33-
from ciscosparkapi.api.webhooks import Webhook, WebhooksAPI
33+
from ciscosparkapi.api.webhooks import Webhook, WebhookEvent, WebhooksAPI
3434
from ciscosparkapi.api.organizations import Organization, OrganizationsAPI
3535
from ciscosparkapi.api.licenses import License, LicensesAPI
3636
from ciscosparkapi.api.roles import Role, RolesAPI

0 commit comments

Comments
 (0)