Skip to content

Commit b237d62

Browse files
authored
Export APIResponse and APIError (#92)
* Export APIResponse and APIError * Reorder imports
1 parent 3a9419c commit b237d62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

postgrest_py/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@
1919
SyncSelectRequestBuilder,
2020
)
2121
from .base_client import DEFAULT_POSTGREST_CLIENT_HEADERS
22+
from .base_request_builder import APIResponse
2223
from .deprecated_client import Client, PostgrestClient
2324
from .deprecated_get_request_builder import GetRequestBuilder
25+
from .exceptions import APIError

0 commit comments

Comments
 (0)