aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/api/default_api.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/default_api.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/default_api.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/api/default_api.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/api/default_api.py b/python_openapi_client/fatcat_openapi_client/api/default_api.py
index 43ca78c1..eea7e2a0 100644
--- a/python_openapi_client/fatcat_openapi_client/api/default_api.py
+++ b/python_openapi_client/fatcat_openapi_client/api/default_api.py
@@ -5,7 +5,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
"""
@@ -9855,6 +9855,8 @@ class DefaultApi(object):
:param str jstor:
:param str ark:
:param str mag:
+ :param str doaj:
+ :param str dblp:
:param str expand: List of sub-entities to expand in response. See `get_release`.
:param str hide: List of sub-entities to elide in response. See `get_release`.
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -9891,6 +9893,8 @@ class DefaultApi(object):
:param str jstor:
:param str ark:
:param str mag:
+ :param str doaj:
+ :param str dblp:
:param str expand: List of sub-entities to expand in response. See `get_release`.
:param str hide: List of sub-entities to elide in response. See `get_release`.
:param _return_http_data_only: response data without head status code
@@ -9909,7 +9913,7 @@ class DefaultApi(object):
local_var_params = locals()
- all_params = ['doi', 'wikidata_qid', 'isbn13', 'pmid', 'pmcid', 'core', 'arxiv', 'jstor', 'ark', 'mag', 'expand', 'hide'] # noqa: E501
+ all_params = ['doi', 'wikidata_qid', 'isbn13', 'pmid', 'pmcid', 'core', 'arxiv', 'jstor', 'ark', 'mag', 'doaj', 'dblp', 'expand', 'hide'] # noqa: E501
all_params.append('async_req')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
@@ -9949,6 +9953,10 @@ class DefaultApi(object):
query_params.append(('ark', local_var_params['ark'])) # noqa: E501
if 'mag' in local_var_params:
query_params.append(('mag', local_var_params['mag'])) # noqa: E501
+ if 'doaj' in local_var_params:
+ query_params.append(('doaj', local_var_params['doaj'])) # noqa: E501
+ if 'dblp' in local_var_params:
+ query_params.append(('dblp', local_var_params['dblp'])) # noqa: E501
if 'expand' in local_var_params:
query_params.append(('expand', local_var_params['expand'])) # noqa: E501
if 'hide' in local_var_params: