-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
141 changed files
with
598 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected] | ||
Generated by: https://github.com/swagger-api/swagger-codegen.git | ||
""" | ||
|
@@ -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): | ||
|
@@ -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): | ||
|
@@ -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 = {} | ||
|
Oops, something went wrong.