GearPlug / microsoftgraph-python

Microsoft Graph API wrapper written in Python
MIT License
96 stars 40 forks source link

fix: support kwargs for create_subscription #36

Closed ingmferrer closed 2 years ago

ingmferrer commented 2 years ago

Fix #35

extra = {
    "lifecycleNotificationUrl": "",
    "includeResourceData": "".
}
response = client.webhooks.create_subscription(change_type, notification_url, resource, expiration_datetime, client_state=None, **extra)