aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/api_client.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-11-17 15:33:10 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-11-19 14:55:14 -0800
commitb4d675b3a4a085d6338d8df5196f4a37dd7c39bc (patch)
treea0ac1a179bc3eee47f8ae14a9c70a3f5df6b981f /python_openapi_client/fatcat_openapi_client/api_client.py
parentb80d1354abb6c609e3d3ba97de87959ad623d554 (diff)
downloadfatcat-b4d675b3a4a085d6338d8df5196f4a37dd7c39bc.tar.gz
fatcat-b4d675b3a4a085d6338d8df5196f4a37dd7c39bc.zip
codegen python client library for v0.3.3
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 d156560a..4aca1010 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.1
+ The version of the OpenAPI document: 0.3.3
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.2/python'
+ self.user_agent = 'OpenAPI-Generator/0.3.3/python'
def __del__(self):
if self._pool: