aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/api_client.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-10-12 17:35:20 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-10-13 16:21:30 -0700
commit6214e9f251cfa945641d9fbd2149746e83ec8331 (patch)
tree665904635db7f646b14924e94a65b89873b65038 /python_openapi_client/fatcat_openapi_client/api_client.py
parentf150c9f7389afaacde8a60cb933452e062aad9bb (diff)
downloadfatcat-6214e9f251cfa945641d9fbd2149746e83ec8331.tar.gz
fatcat-6214e9f251cfa945641d9fbd2149746e83ec8331.zip
python client: codegen for v0.4
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/api_client.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/api_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/api_client.py b/python_openapi_client/fatcat_openapi_client/api_client.py
index 4aca1010..efef8cbf 100644
--- a/python_openapi_client/fatcat_openapi_client/api_client.py
+++ b/python_openapi_client/fatcat_openapi_client/api_client.py
@@ -4,7 +4,7 @@
Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501
- The version of the OpenAPI document: 0.3.3
+ The version of the OpenAPI document: 0.4.0
Contact: webservices@archive.org
Generated by: https://openapi-generator.tech
"""
@@ -77,7 +77,7 @@ class ApiClient(object):
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
- self.user_agent = 'OpenAPI-Generator/0.3.3/python'
+ self.user_agent = 'OpenAPI-Generator/0.4.0/python'
def __del__(self):
if self._pool: