Skip to content

Qovery/qovery-client-ws-rust

Repository files navigation

Rust API client for qovery-ws

Describe the websocket endpoints of Qovery

Overview

This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.

  • API version: 0.1.0
  • Package version: 0.1.0
  • Generator version: 7.13.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named qovery-ws and add the following to Cargo.toml under [dependencies]:

qovery-ws = { path = "./qovery-ws" }

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
ClusterListNodesApi handle_cluster_list_nodes_request GET /cluster/node
ClusterMetricsApi handle_cluster_metrics_request GET /cluster/metrics
ClusterStatusApi handle_cluster_status_request GET /cluster/status
DeploymentApi handle_deployment_logs_request GET /deployment/logs
DeploymentApi handle_deployment_status_request GET /deployment/status
LogsApi handle_infra_logs_request GET /infra/logs
LogsApi handle_service_logs_request GET /service/logs
RemoteDebugApi handle_shell_remote_debug GET /shell/debug
ServiceListPodsApi handle_service_list_pods_request GET /service/pods
ServiceMetricsApi handle_metrics_request GET /service/metrics
ServiceStatusApi handle_service_status_request GET /service/status
ShellApi handle_shell_exec GET /shell/exec

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

erebe@erebe.eu

About

client sdk for websocket qovery api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published