Skip to content

Commit

Permalink
Update spec to 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed May 23, 2024
1 parent 9ad44e2 commit 63ef0c6
Show file tree
Hide file tree
Showing 141 changed files with 598 additions and 313 deletions.
3 changes: 2 additions & 1 deletion gemmapy/sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand All @@ -32,6 +32,7 @@
from gemmapy.sdk.models.bio_assay_value_object import BioAssayValueObject
from gemmapy.sdk.models.bio_material_value_object import BioMaterialValueObject
from gemmapy.sdk.models.bio_sequence_value_object import BioSequenceValueObject
from gemmapy.sdk.models.build_info_value_object import BuildInfoValueObject
from gemmapy.sdk.models.category_with_usage_statistics_value_object import CategoryWithUsageStatisticsValueObject
from gemmapy.sdk.models.characteristic_value_object import CharacteristicValueObject
from gemmapy.sdk.models.citation_value_object import CitationValueObject
Expand Down
2 changes: 1 addition & 1 deletion gemmapy/sdk/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion gemmapy/sdk/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
4 changes: 2 additions & 2 deletions gemmapy/sdk/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down Expand Up @@ -256,6 +256,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 2.7.5\n"\
"Version of the API: 2.7.6\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)
3 changes: 2 additions & 1 deletion gemmapy/sdk/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand All @@ -26,6 +26,7 @@
from gemmapy.sdk.models.bio_assay_value_object import BioAssayValueObject
from gemmapy.sdk.models.bio_material_value_object import BioMaterialValueObject
from gemmapy.sdk.models.bio_sequence_value_object import BioSequenceValueObject
from gemmapy.sdk.models.build_info_value_object import BuildInfoValueObject
from gemmapy.sdk.models.category_with_usage_statistics_value_object import CategoryWithUsageStatisticsValueObject
from gemmapy.sdk.models.characteristic_value_object import CharacteristicValueObject
from gemmapy.sdk.models.citation_value_object import CitationValueObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
2 changes: 1 addition & 1 deletion gemmapy/sdk/models/annotation_value_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand Down
114 changes: 96 additions & 18 deletions gemmapy/sdk/models/api_info_value_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This website documents the usage of the [Gemma RESTful API](https://gemma.msl.ubc.ca/rest/v2/). Here you can find example script usage of the API, as well as graphical interface for each endpoint, with description of its parameters and the endpoint URL. Use of this webpage and the Gemma Web services, including the REST API, is subject to [these terms and conditions](https://pavlidislab.github.io/Gemma/terms.html). Please read these in full before continuing to use this webpage or any other part of the Gemma system. You can [consult the CHANGELOG.md file](https://gemma.msl.ubc.ca/resources/restapidocs/CHANGELOG.md) to view release notes and recent changes to the Gemma RESTful API. # noqa: E501
OpenAPI spec version: 2.7.5
OpenAPI spec version: 2.7.6
Contact: pavlab-support@msl.ubc.ca
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
Expand All @@ -30,32 +30,47 @@ class ApiInfoValueObject(object):
swagger_types = {
'welcome': 'str',
'version': 'str',
'docs': 'str',
'external_databases': 'list[ExternalDatabaseValueObject]'
'documentation_url': 'str',
'specification_url': 'str',
'external_databases': 'list[ExternalDatabaseValueObject]',
'build_info': 'BuildInfoValueObject',
'docs': 'str'
}

attribute_map = {
'welcome': 'welcome',
'version': 'version',
'docs': 'docs',
'external_databases': 'externalDatabases'
'documentation_url': 'documentationUrl',
'specification_url': 'specificationUrl',
'external_databases': 'externalDatabases',
'build_info': 'buildInfo',
'docs': 'docs'
}

def __init__(self, welcome=None, version=None, docs=None, external_databases=None): # noqa: E501
def __init__(self, welcome=None, version=None, documentation_url=None, specification_url=None, external_databases=None, build_info=None, docs=None): # noqa: E501
"""ApiInfoValueObject - a model defined in Swagger""" # noqa: E501
self._welcome = None
self._version = None
self._docs = None
self._documentation_url = None
self._specification_url = None
self._external_databases = None
self._build_info = None
self._docs = None
self.discriminator = None
if welcome is not None:
self.welcome = welcome
if version is not None:
self.version = version
if docs is not None:
self.docs = docs
if documentation_url is not None:
self.documentation_url = documentation_url
if specification_url is not None:
self.specification_url = specification_url
if external_databases is not None:
self.external_databases = external_databases
if build_info is not None:
self.build_info = build_info
if docs is not None:
self.docs = docs

@property
def welcome(self):
Expand Down Expand Up @@ -100,25 +115,46 @@ def version(self, version):
self._version = version

@property
def docs(self):
"""Gets the docs of this ApiInfoValueObject. # noqa: E501
def documentation_url(self):
"""Gets the documentation_url of this ApiInfoValueObject. # noqa: E501
:return: The docs of this ApiInfoValueObject. # noqa: E501
:return: The documentation_url of this ApiInfoValueObject. # noqa: E501
:rtype: str
"""
return self._docs
return self._documentation_url

@docs.setter
def docs(self, docs):
"""Sets the docs of this ApiInfoValueObject.
@documentation_url.setter
def documentation_url(self, documentation_url):
"""Sets the documentation_url of this ApiInfoValueObject.
:param docs: The docs of this ApiInfoValueObject. # noqa: E501
:param documentation_url: The documentation_url of this ApiInfoValueObject. # noqa: E501
:type: str
"""

self._docs = docs
self._documentation_url = documentation_url

@property
def specification_url(self):
"""Gets the specification_url of this ApiInfoValueObject. # noqa: E501
:return: The specification_url of this ApiInfoValueObject. # noqa: E501
:rtype: str
"""
return self._specification_url

@specification_url.setter
def specification_url(self, specification_url):
"""Sets the specification_url of this ApiInfoValueObject.
:param specification_url: The specification_url of this ApiInfoValueObject. # noqa: E501
:type: str
"""

self._specification_url = specification_url

@property
def external_databases(self):
Expand All @@ -141,6 +177,48 @@ def external_databases(self, external_databases):

self._external_databases = external_databases

@property
def build_info(self):
"""Gets the build_info of this ApiInfoValueObject. # noqa: E501
:return: The build_info of this ApiInfoValueObject. # noqa: E501
:rtype: BuildInfoValueObject
"""
return self._build_info

@build_info.setter
def build_info(self, build_info):
"""Sets the build_info of this ApiInfoValueObject.
:param build_info: The build_info of this ApiInfoValueObject. # noqa: E501
:type: BuildInfoValueObject
"""

self._build_info = build_info

@property
def docs(self):
"""Gets the docs of this ApiInfoValueObject. # noqa: E501
:return: The docs of this ApiInfoValueObject. # noqa: E501
:rtype: str
"""
return self._docs

@docs.setter
def docs(self, docs):
"""Sets the docs of this ApiInfoValueObject.
:param docs: The docs of this ApiInfoValueObject. # noqa: E501
:type: str
"""

self._docs = docs

def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
Expand Down
Loading

0 comments on commit 63ef0c6

Please sign in to comment.