diff --git a/postgrest_py/__init__.py b/postgrest_py/__init__.py index 578c5414..eab33556 100644 --- a/postgrest_py/__init__.py +++ b/postgrest_py/__init__.py @@ -19,5 +19,7 @@ SyncSelectRequestBuilder, ) from .base_client import DEFAULT_POSTGREST_CLIENT_HEADERS +from .base_request_builder import APIResponse from .deprecated_client import Client, PostgrestClient from .deprecated_get_request_builder import GetRequestBuilder +from .exceptions import APIError