# ourskyai-platform-api
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
- API version: 1.3.5667
- Package version: 1.3.5667
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
## Requirements.
Python 3.7+
## Installation & Usage
### pip install
```sh
pip install ourskyai_platform_api
```
(you may need to run `pip` with root permission: `sudo pip install ourskyai_platform_api`)
### Poetry install
If you manage dependencies with [poetry](https://python-poetry.org/) then you can add the SDK with:
```sh
poetry add ourskyai_platform_api
```
### Import the package
Then import the package:
```python
import ourskyai_platform_api
```
## Getting Started
Please follow the [installation procedure](#installation--usage) and then run the following:
```python
import os
import ourskyai_platform_api
from ourskyai_platform_api.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://api.prod.oursky.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = ourskyai_platform_api.Configuration(
host = "https://api.prod.oursky.ai"
)
# 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: BearerToken
configuration = ourskyai_platform_api.Configuration(
access_token = os.environ["BEARER_TOKEN"]
)
# Enter a context with an instance of the API client
with ourskyai_platform_api.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = ourskyai_platform_api.DefaultApi(api_client)
try:
api_response = api_instance.get_client_token()
print("The response of DefaultApi->get_client_token:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->get_client_token: %s\n" % e)
```
## Documentation for API Endpoints
All URIs are relative to *https://api.prod.oursky.ai/docs/platform*
<a id="documentation-for-authorization"></a>
## Documentation For Authorization
Authentication schemes defined for the API:
<a id="BearerToken"></a>
### BearerToken
- **Type**: Bearer authentication
<a id="Roles"></a>
### Roles
## Author
Raw data
{
"_id": null,
"home_page": "https://github.com/GIT_USER_ID/GIT_REPO_ID",
"name": "ourskyai_platform_api",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.7",
"maintainer_email": null,
"keywords": "OpenAPI, OpenAPI-Generator, OurSky Platform",
"author": "OpenAPI Generator Community",
"author_email": "team@openapitools.org",
"download_url": "https://files.pythonhosted.org/packages/f7/11/b40f1dea3e28912f1459fbf34a60e65a2855fe1a3be282a94f04fb020b43/ourskyai_platform_api-1.3.5667.tar.gz",
"platform": null,
"description": "# ourskyai-platform-api\nNo description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)\n\nThis Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.3.5667\n- Package version: 1.3.5667\n- Build package: org.openapitools.codegen.languages.PythonClientCodegen\n\n## Requirements.\n\nPython 3.7+\n\n## Installation & Usage\n### pip install\n\n```sh\npip install ourskyai_platform_api\n```\n(you may need to run `pip` with root permission: `sudo pip install ourskyai_platform_api`)\n\n### Poetry install\nIf you manage dependencies with [poetry](https://python-poetry.org/) then you can add the SDK with:\n\n```sh\npoetry add ourskyai_platform_api\n```\n\n### Import the package\n\nThen import the package:\n```python\nimport ourskyai_platform_api\n```\n\n## Getting Started\n\nPlease follow the [installation procedure](#installation--usage) and then run the following:\n\n```python\n\nimport os\nimport ourskyai_platform_api\nfrom ourskyai_platform_api.rest import ApiException\nfrom pprint import pprint\n\n# Defining the host is optional and defaults to https://api.prod.oursky.ai\n# See configuration.py for a list of all supported configuration parameters.\nconfiguration = ourskyai_platform_api.Configuration(\n host = \"https://api.prod.oursky.ai\"\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: BearerToken\nconfiguration = ourskyai_platform_api.Configuration(\n access_token = os.environ[\"BEARER_TOKEN\"]\n)\n\n\n# Enter a context with an instance of the API client\nwith ourskyai_platform_api.ApiClient(configuration) as api_client:\n # Create an instance of the API class\n api_instance = ourskyai_platform_api.DefaultApi(api_client)\n\n try:\n api_response = api_instance.get_client_token()\n print(\"The response of DefaultApi->get_client_token:\\n\")\n pprint(api_response)\n except ApiException as e:\n print(\"Exception when calling DefaultApi->get_client_token: %s\\n\" % e)\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://api.prod.oursky.ai/docs/platform*\n\n<a id=\"documentation-for-authorization\"></a>\n## Documentation For Authorization\n\n\nAuthentication schemes defined for the API:\n<a id=\"BearerToken\"></a>\n### BearerToken\n\n- **Type**: Bearer authentication\n\n<a id=\"Roles\"></a>\n### Roles\n\n\n\n## Author\n\n\n",
"bugtrack_url": null,
"license": "NoLicense",
"summary": "OurSky Platform",
"version": "1.3.5667",
"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",
" oursky platform"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0134443b30f074d16a7d8b9a934d2f4aecc3d12ae228747d99121797e6e07691",
"md5": "6e8af88b8cfb17b05096818acf52dd6f",
"sha256": "61dcb396010bd81916e10efeb2c36a410f85d47f5f2d2bf44c830695772b1691"
},
"downloads": -1,
"filename": "ourskyai_platform_api-1.3.5667-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6e8af88b8cfb17b05096818acf52dd6f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.7",
"size": 142616,
"upload_time": "2024-12-15T01:00:49",
"upload_time_iso_8601": "2024-12-15T01:00:49.957080Z",
"url": "https://files.pythonhosted.org/packages/01/34/443b30f074d16a7d8b9a934d2f4aecc3d12ae228747d99121797e6e07691/ourskyai_platform_api-1.3.5667-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f711b40f1dea3e28912f1459fbf34a60e65a2855fe1a3be282a94f04fb020b43",
"md5": "f345e160b2842a0f0a63bd363423970d",
"sha256": "f6158216b8751197facb24cf4c379318c8a732aaf4f3d307a3fdd979d2518091"
},
"downloads": -1,
"filename": "ourskyai_platform_api-1.3.5667.tar.gz",
"has_sig": false,
"md5_digest": "f345e160b2842a0f0a63bd363423970d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.7",
"size": 55550,
"upload_time": "2024-12-15T01:00:58",
"upload_time_iso_8601": "2024-12-15T01:00:58.493062Z",
"url": "https://files.pythonhosted.org/packages/f7/11/b40f1dea3e28912f1459fbf34a60e65a2855fe1a3be282a94f04fb020b43/ourskyai_platform_api-1.3.5667.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-15 01:00:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "GIT_USER_ID",
"github_project": "GIT_REPO_ID",
"github_not_found": true,
"lcname": "ourskyai_platform_api"
}