aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/__init__.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/__init__.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/__init__.py b/python_openapi_client/fatcat_openapi_client/__init__.py
index 64cf32a8..82ea68f7 100644
--- a/python_openapi_client/fatcat_openapi_client/__init__.py
+++ b/python_openapi_client/fatcat_openapi_client/__init__.py
@@ -7,20 +7,27 @@
Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501
- OpenAPI spec version: 0.3.1
+ The version of the OpenAPI document: 0.3.1
Contact: webservices@archive.org
- Generated by: https://github.com/swagger-api/swagger-codegen.git
+ Generated by: https://openapi-generator.tech
"""
from __future__ import absolute_import
+__version__ = "0.3.1"
+
# import apis into sdk package
from fatcat_openapi_client.api.default_api import DefaultApi
# import ApiClient
from fatcat_openapi_client.api_client import ApiClient
from fatcat_openapi_client.configuration import Configuration
+from fatcat_openapi_client.exceptions import OpenApiException
+from fatcat_openapi_client.exceptions import ApiTypeError
+from fatcat_openapi_client.exceptions import ApiValueError
+from fatcat_openapi_client.exceptions import ApiKeyError
+from fatcat_openapi_client.exceptions import ApiException
# import models into sdk package
from fatcat_openapi_client.models.auth_oidc import AuthOidc
from fatcat_openapi_client.models.auth_oidc_result import AuthOidcResult
@@ -57,3 +64,4 @@ from fatcat_openapi_client.models.webcapture_entity import WebcaptureEntity
from fatcat_openapi_client.models.webcapture_url import WebcaptureUrl
from fatcat_openapi_client.models.work_auto_batch import WorkAutoBatch
from fatcat_openapi_client.models.work_entity import WorkEntity
+