# unity-sds-apgs-client
Service for application package generation
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.0.0
- Package version: 1.0.0
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
## Requirements.
Python 3.7+
## Installation & Usage
### pip install
If the python package is hosted on a repository, you can install directly using:
```sh
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
```
(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)
Then import the package:
```python
import unity_sds_apgs_client
```
### Setuptools
Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
```sh
python setup.py install --user
```
(or `sudo python setup.py install` to install the package for all users)
Then import the package:
```python
import unity_sds_apgs_client
```
### Tests
Execute `pytest` to run the tests.
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
import unity_sds_apgs_client
from unity_sds_apgs_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://api.dev.mdps.mcp.nasa.gov
# See configuration.py for a list of all supported configuration parameters.
configuration = unity_sds_apgs_client.Configuration(
host = "http://api.dev.mdps.mcp.nasa.gov"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure Bearer authorization: bearerAuth
configuration = unity_sds_apgs_client.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
# Enter a context with an instance of the API client
with unity_sds_apgs_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = unity_sds_apgs_client.DefaultApi(api_client)
clone_url = 'clone_url_example' # str |
try:
# Begins the MCP Clone process
api_response = api_instance.ads_acb_mcp_clone_get(clone_url)
print("The response of DefaultApi->ads_acb_mcp_clone_get:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->ads_acb_mcp_clone_get: %s\n" % e)
```
## Documentation for API Endpoints
All URIs are relative to *http://api.dev.mdps.mcp.nasa.gov*
Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**ads_acb_mcp_clone_get**](docs/DefaultApi.md#ads_acb_mcp_clone_get) | **GET** /ads-acb/mcp-clone | Begins the MCP Clone process
## Documentation For Models
- [AdsAcbMcpCloneGet200Response](docs/AdsAcbMcpCloneGet200Response.md)
<a id="documentation-for-authorization"></a>
## Documentation For Authorization
Authentication schemes defined for the API:
<a id="bearerAuth"></a>
### bearerAuth
- **Type**: Bearer authentication
## Author
Raw data
{
"_id": null,
"home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
"name": "unity-sds-apgs-client",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, App Package API",
"author": "OpenAPI Generator Community",
"author_email": "team@openapitools.org",
"download_url": "https://files.pythonhosted.org/packages/f6/2d/2447119e8300ac4cdf1188b9aec91adf6b693379977f3e37425b45ee9e98/unity_sds_apgs_client-0.1.0.tar.gz",
"platform": null,
"description": "# unity-sds-apgs-client\nService for application package generation\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0.0\n- Package version: 1.0.0\n- Generator version: 7.7.0\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\nIf the python package is hosted on a repository, you can install directly using:\n\n```sh\npip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git\n```\n(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git`)\n\nThen import the package:\n```python\nimport unity_sds_apgs_client\n```\n\n### Setuptools\n\nInstall via [Setuptools](http://pypi.python.org/pypi/setuptools).\n\n```sh\npython setup.py install --user\n```\n(or `sudo python setup.py install` to install the package for all users)\n\nThen import the package:\n```python\nimport unity_sds_apgs_client\n```\n\n### Tests\n\nExecute `pytest` to run the tests.\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport unity_sds_apgs_client\nfrom unity_sds_apgs_client.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to http://api.dev.mdps.mcp.nasa.gov\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = unity_sds_apgs_client.Configuration(\n host = \"http://api.dev.mdps.mcp.nasa.gov\"\n)\n\n# The client must configure the authentication and authorization parameters\n# in accordance with the API server security policy.\n# Examples for each auth method are provided below, use the example that\n# satisfies your auth use case.\n\n# Configure Bearer authorization: bearerAuth\nconfiguration = unity_sds_apgs_client.Configuration(\n access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nwith unity_sds_apgs_client.ApiClient(configuration) as api_client:\n # Create an instance of the API class\n api_instance = unity_sds_apgs_client.DefaultApi(api_client)\n clone_url = 'clone_url_example' # str |\n\n try:\n # Begins the MCP Clone process\n api_response = api_instance.ads_acb_mcp_clone_get(clone_url)\n print(\"The response of DefaultApi->ads_acb_mcp_clone_get:\\n\")\n pprint(api_response)\n except ApiException as e:\n print(\"Exception when calling DefaultApi->ads_acb_mcp_clone_get: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://api.dev.mdps.mcp.nasa.gov*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*DefaultApi* | [**ads_acb_mcp_clone_get**](docs/DefaultApi.md#ads_acb_mcp_clone_get) | **GET** /ads-acb/mcp-clone | Begins the MCP Clone process\n\n\n## Documentation For Models\n\n - [AdsAcbMcpCloneGet200Response](docs/AdsAcbMcpCloneGet200Response.md)\n\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n<a id=\"bearerAuth\"></a>\n### bearerAuth\n\n- **Type**: Bearer authentication\n\n\n## Author\n\n",
"bugtrack_url": null,
"license": "NoLicense",
"summary": "App Package API",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
"Repository": "https://github.com/GIT_USER_ID/GIT_REPO_ID"
},
"split_keywords": [
"openapi",
" openapi-generator",
" app package api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ca1daff062a2b2ab4ad3b4893827386673b7efeff2dc68a63de04f4ced38bfce",
"md5": "62deb7edfe89b5afa28fc01aaf750831",
"sha256": "1c92a6eb30b3630f2d353fd4cd6be56369149943d2fe9ca946b8a9bf38a8136f"
},
"downloads": -1,
"filename": "unity_sds_apgs_client-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62deb7edfe89b5afa28fc01aaf750831",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 22290,
"upload_time": "2024-08-05T17:49:42",
"upload_time_iso_8601": "2024-08-05T17:49:42.392513Z",
"url": "https://files.pythonhosted.org/packages/ca/1d/aff062a2b2ab4ad3b4893827386673b7efeff2dc68a63de04f4ced38bfce/unity_sds_apgs_client-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f62d2447119e8300ac4cdf1188b9aec91adf6b693379977f3e37425b45ee9e98",
"md5": "1f4761142a05ec16a30b02f4e0d6accb",
"sha256": "48ae3306f78bb4125b2416cd520f33064feceb94919a4cfaa2a757a531ee1039"
},
"downloads": -1,
"filename": "unity_sds_apgs_client-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1f4761142a05ec16a30b02f4e0d6accb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 18886,
"upload_time": "2024-08-05T17:49:44",
"upload_time_iso_8601": "2024-08-05T17:49:44.120254Z",
"url": "https://files.pythonhosted.org/packages/f6/2d/2447119e8300ac4cdf1188b9aec91adf6b693379977f3e37425b45ee9e98/unity_sds_apgs_client-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-05 17:49:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GIT_USER_ID",
"github_project": "GIT_REPO_ID",
"github_not_found": true,
"lcname": "unity-sds-apgs-client"
}