Skip to content

Commit

Permalink
Merge pull request #34 from aimoda/update-bindings-2023-10-02T15-05-2…
Browse files Browse the repository at this point in the history
…0+00-00

Update Go API bindings
  • Loading branch information
Manouchehri authored Oct 2, 2023
2 parents 272aa99 + ef7a398 commit b35e3f0
Show file tree
Hide file tree
Showing 143 changed files with 5,413 additions and 227 deletions.
13 changes: 13 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ README.md
api/openapi.yaml
api_agent.go
api_authentication.go
api_config.go
api_core_trace.go
api_domain_auth_provider.go
api_hyper_trace.go
Expand Down Expand Up @@ -42,10 +43,14 @@ docs/ApiError.md
docs/ApiInternalConsistencyError.md
docs/ApiNotFoundError.md
docs/ApiToken.md
docs/AuthProvider.md
docs/AuthenticationApi.md
docs/Bit.md
docs/BtraceEnableOptions.md
docs/Button.md
docs/ConfigApi.md
docs/ConfigResponse.md
docs/ConfigResponseMaintenance.md
docs/CoreTraceApi.md
docs/CouponOptions.md
docs/CreateTeam.md
Expand Down Expand Up @@ -90,6 +95,8 @@ docs/Kcrange.md
docs/KernelTask.md
docs/KernelThread.md
docs/LicensingApi.md
docs/Logging.md
docs/Maintenance.md
docs/MediaPlayBody.md
docs/Model.md
docs/ModelSoftware.md
Expand Down Expand Up @@ -166,9 +173,12 @@ model_api_error.go
model_api_internal_consistency_error.go
model_api_not_found_error.go
model_api_token.go
model_auth_provider.go
model_bit.go
model_btrace_enable_options.go
model_button.go
model_config_response.go
model_config_response_maintenance.go
model_coupon_options.go
model_create_team.go
model_created_by.go
Expand Down Expand Up @@ -206,6 +216,8 @@ model_invite_revoke_params_ids.go
model_kcrange.go
model_kernel_task.go
model_kernel_thread.go
model_logging.go
model_maintenance.go
model_media_play_body.go
model_model.go
model_model_software.go
Expand Down Expand Up @@ -254,6 +266,7 @@ model_web_player_session.go
response.go
test/api_agent_test.go
test/api_authentication_test.go
test/api_config_test.go
test/api_core_trace_test.go
test/api_domain_auth_provider_test.go
test/api_hyper_trace_test.go
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ REST API to manage your virtual devices.
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 5.2.0-17376
- API version: 5.4.1-18421
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen

Expand Down Expand Up @@ -102,6 +102,7 @@ Class | Method | HTTP request | Description
*AgentApi* | [**V1AgentUninstallProfile**](docs/AgentApi.md#v1agentuninstallprofile) | **Delete** /v1/instances/{instanceId}/agent/v1/profile/profiles/{profileId} | Uninstall a Profile from VM
*AgentApi* | [**V1AgentUploadFile**](docs/AgentApi.md#v1agentuploadfile) | **Put** /v1/instances/{instanceId}/agent/v1/file/device/{filePath} | Upload a file to VM
*AuthenticationApi* | [**V1AuthLogin**](docs/AuthenticationApi.md#v1authlogin) | **Post** /v1/auth/login | Log In
*ConfigApi* | [**V1GetConfig**](docs/ConfigApi.md#v1getconfig) | **Get** /v1/config | Get all configs
*CoreTraceApi* | [**V1ClearCoreTrace**](docs/CoreTraceApi.md#v1clearcoretrace) | **Delete** /v1/instances/{instanceId}/strace | Clear CoreTrace logs
*CoreTraceApi* | [**V1ListThreads**](docs/CoreTraceApi.md#v1listthreads) | **Get** /v1/instances/{instanceId}/strace/thread-list | Get Running Threads (CoreTrace)
*CoreTraceApi* | [**V1StartCoreTrace**](docs/CoreTraceApi.md#v1startcoretrace) | **Post** /v1/instances/{instanceId}/strace/enable | Start CoreTrace on an instance
Expand Down Expand Up @@ -253,9 +254,12 @@ Class | Method | HTTP request | Description
- [ApiInternalConsistencyError](docs/ApiInternalConsistencyError.md)
- [ApiNotFoundError](docs/ApiNotFoundError.md)
- [ApiToken](docs/ApiToken.md)
- [AuthProvider](docs/AuthProvider.md)
- [Bit](docs/Bit.md)
- [BtraceEnableOptions](docs/BtraceEnableOptions.md)
- [Button](docs/Button.md)
- [ConfigResponse](docs/ConfigResponse.md)
- [ConfigResponseMaintenance](docs/ConfigResponseMaintenance.md)
- [CouponOptions](docs/CouponOptions.md)
- [CreateTeam](docs/CreateTeam.md)
- [CreatedBy](docs/CreatedBy.md)
Expand Down Expand Up @@ -293,6 +297,8 @@ Class | Method | HTTP request | Description
- [Kcrange](docs/Kcrange.md)
- [KernelTask](docs/KernelTask.md)
- [KernelThread](docs/KernelThread.md)
- [Logging](docs/Logging.md)
- [Maintenance](docs/Maintenance.md)
- [MediaPlayBody](docs/MediaPlayBody.md)
- [Model](docs/Model.md)
- [ModelSoftware](docs/ModelSoftware.md)
Expand Down
Loading

0 comments on commit b35e3f0

Please sign in to comment.