Skip to content

Commit 936bc2d

Browse files
committed
chore: export ApiOptions and Method options on resources.
1 parent cf81979 commit 936bc2d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

nitric/resources/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
"""Nitric Python SDK API Documentation. See: https://nitric.io/docs?lang=python for full framework documentation."""
2020

21-
from nitric.resources.apis import Api, api
21+
from nitric.resources.apis import Api, api, MethodOptions, ApiOptions
2222
from nitric.resources.buckets import Bucket, bucket
2323
from nitric.resources.collections import Collection, collection
2424
from nitric.resources.queues import Queue, queue
@@ -29,6 +29,8 @@
2929
__all__ = [
3030
"api",
3131
"Api",
32+
"ApiOptions",
33+
"MethodOptions",
3234
"bucket",
3335
"Bucket",
3436
"collection",

0 commit comments

Comments
 (0)