Skip to content

Commit

Permalink
ci: generate from api 0.19.15 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuonbot authored Jan 10, 2024
1 parent 0cad8df commit 5f68d42
Show file tree
Hide file tree
Showing 112 changed files with 1,381 additions and 1,006 deletions.
93 changes: 0 additions & 93 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -199,97 +199,4 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_app_app.py
test/test_app_app_input.py
test/test_app_app_input_config.py
test/test_app_app_installer.py
test/test_app_app_installer_metadata.py
test/test_app_app_runner_config.py
test/test_app_app_runner_type.py
test/test_app_app_sandbox_config.py
test/test_app_aws_account.py
test/test_app_awsecr_image_config.py
test/test_app_component.py
test/test_app_component_build.py
test/test_app_component_config_connection.py
test/test_app_component_release.py
test/test_app_component_release_step.py
test/test_app_connected_github_vcs_config.py
test/test_app_docker_build_component_config.py
test/test_app_external_image_component_config.py
test/test_app_helm_component_config.py
test/test_app_install.py
test/test_app_install_component.py
test/test_app_install_deploy.py
test/test_app_install_deploy_type.py
test/test_app_install_inputs.py
test/test_app_install_sandbox_run.py
test/test_app_job_component_config.py
test/test_app_org.py
test/test_app_public_git_vcs_config.py
test/test_app_sandbox.py
test/test_app_sandbox_release.py
test/test_app_sandbox_run_type.py
test/test_app_terraform_module_component_config.py
test/test_app_user_org.py
test/test_app_user_token.py
test/test_app_vcs_connection.py
test/test_app_vcs_connection_commit.py
test/test_apps_api.py
test/test_components_api.py
test/test_general_api.py
test/test_installs_api.py
test/test_metrics_decr.py
test/test_metrics_event.py
test/test_metrics_incr.py
test/test_metrics_timing.py
test/test_orgs_api.py
test/test_planv1_plan.py
test/test_releases_api.py
test/test_sandboxes_api.py
test/test_service_app_input_request.py
test/test_service_app_installer.py
test/test_service_aws_ecr_image_config_request.py
test/test_service_cli_config.py
test/test_service_connected_github_vcs_config_request.py
test/test_service_connected_github_vcs_sandbox_config_request.py
test/test_service_create_app_input_config_request.py
test/test_service_create_app_installer_request.py
test/test_service_create_app_installer_request_links.py
test/test_service_create_app_request.py
test/test_service_create_app_runner_config_request.py
test/test_service_create_app_sandbox_config_request.py
test/test_service_create_component_build_request.py
test/test_service_create_component_release_request.py
test/test_service_create_component_release_request_strategy.py
test/test_service_create_component_request.py
test/test_service_create_connection_callback_request.py
test/test_service_create_connection_request.py
test/test_service_create_docker_build_component_config_request.py
test/test_service_create_external_image_component_config_request.py
test/test_service_create_helm_component_config_request.py
test/test_service_create_install_deploy_request.py
test/test_service_create_install_inputs_request.py
test/test_service_create_install_request.py
test/test_service_create_install_request_aws_account.py
test/test_service_create_job_component_config_request.py
test/test_service_create_org_request.py
test/test_service_create_org_user_request.py
test/test_service_create_terraform_module_component_config_request.py
test/test_service_installer_create_install_request.py
test/test_service_public_git_vcs_config_request.py
test/test_service_public_git_vcs_sandbox_config_request.py
test/test_service_publish_metric_input.py
test/test_service_repository.py
test/test_service_update_app_installer_request.py
test/test_service_update_app_installer_request_links.py
test/test_service_update_app_request.py
test/test_service_update_component_request.py
test/test_service_update_install_request.py
test/test_service_update_org_request.py
test/test_statsd_event.py
test/test_statsd_event_alert_type.py
test/test_statsd_event_priority.py
test/test_stderr_err_response.py
test/test_vcs_api.py
tox.ini
38 changes: 38 additions & 0 deletions docs/AppsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ create an app
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app import AppApp
from nuon.models.service_create_app_request import ServiceCreateAppRequest
Expand Down Expand Up @@ -126,6 +128,8 @@ Name | Type | Description | Notes
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_input_config import AppAppInputConfig
from nuon.models.service_create_app_input_config_request import ServiceCreateAppInputConfigRequest
Expand Down Expand Up @@ -217,6 +221,8 @@ create an app installer
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_installer import AppAppInstaller
from nuon.models.service_create_app_installer_request import ServiceCreateAppInstallerRequest
Expand Down Expand Up @@ -309,6 +315,8 @@ create an app runner config
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_runner_config import AppAppRunnerConfig
from nuon.models.service_create_app_runner_config_request import ServiceCreateAppRunnerConfigRequest
Expand Down Expand Up @@ -401,6 +409,8 @@ create an app sandbox config
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_sandbox_config import AppAppSandboxConfig
from nuon.models.service_create_app_sandbox_config_request import ServiceCreateAppSandboxConfigRequest
Expand Down Expand Up @@ -493,6 +503,8 @@ delete an app
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.rest import ApiException
from pprint import pprint
Expand Down Expand Up @@ -581,6 +593,8 @@ delete an app installer
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.rest import ApiException
from pprint import pprint
Expand Down Expand Up @@ -669,6 +683,8 @@ get an app
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app import AppApp
from nuon.rest import ApiException
Expand Down Expand Up @@ -758,6 +774,8 @@ get app input configs
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_input_config import AppAppInputConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -847,6 +865,8 @@ get latest app input config
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_input_config import AppAppInputConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -936,6 +956,8 @@ get an app installer
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_installer import AppAppInstaller
from nuon.rest import ApiException
Expand Down Expand Up @@ -1025,6 +1047,8 @@ get app runner configs
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_runner_config import AppAppRunnerConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -1114,6 +1138,8 @@ get latest app runner config
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_runner_config import AppAppRunnerConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -1203,6 +1229,8 @@ get app sandbox configs
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_sandbox_config import AppAppSandboxConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -1292,6 +1320,8 @@ get latest app sandbox config
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_sandbox_config import AppAppSandboxConfig
from nuon.rest import ApiException
Expand Down Expand Up @@ -1381,6 +1411,8 @@ get all apps for the current org
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app import AppApp
from nuon.rest import ApiException
Expand Down Expand Up @@ -1464,6 +1496,8 @@ render an app installer


```python
import time
import os
import nuon
from nuon.models.service_app_installer import ServiceAppInstaller
from nuon.rest import ApiException
Expand Down Expand Up @@ -1537,6 +1571,8 @@ update an app
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app import AppApp
from nuon.models.service_update_app_request import ServiceUpdateAppRequest
Expand Down Expand Up @@ -1629,6 +1665,8 @@ update an app installer
* Api Key Authentication (OrgID):

```python
import time
import os
import nuon
from nuon.models.app_app_installer import AppAppInstaller
from nuon.models.service_update_app_installer_request import ServiceUpdateAppInstallerRequest
Expand Down
Loading

0 comments on commit 5f68d42

Please # to comment.