We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acd30b commit a5be9faCopy full SHA for a5be9fa
nitric/resources/__init__.py
@@ -19,7 +19,7 @@
19
"""Nitric Python SDK API Documentation. See: https://nitric.io/docs?lang=python for full framework documentation."""
20
21
from nitric.resources.apis import Api, api, ApiOptions, ApiDetails, JwtSecurityDefinition, oidc_rule
22
-from nitric.resources.buckets import Bucket, bucket
+from nitric.resources.buckets import Bucket, bucket, BucketNotificationContext, FileNotificationContext
23
from nitric.resources.kv import KeyValueStoreRef, kv
24
from nitric.resources.schedules import ScheduleServer, schedule
25
from nitric.resources.secrets import Secret, secret
0 commit comments