hippo-openapi 0.2.0

OpenAPI client for Hippo
Documentation

Rust API client for hippo-openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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: 1.0
  • Package version: 0.2.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

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

hippo-openapi = { path = "./hippo-openapi" }

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
AccountApi api_account_createtoken_post POST /api/account/createtoken
AccountApi api_account_post POST /api/account
AppApi api_app_export_get GET /api/app/export
AppApi api_app_get GET /api/app
AppApi api_app_id_delete DELETE /api/app/{id}
AppApi api_app_post POST /api/app
CertificateApi api_certificate_get GET /api/certificate
CertificateApi api_certificate_id_delete DELETE /api/certificate/{id}
CertificateApi api_certificate_id_get GET /api/certificate/{id}
CertificateApi api_certificate_post POST /api/certificate
ChannelApi api_channel_get GET /api/channel
ChannelApi api_channel_id_delete DELETE /api/channel/{id}
ChannelApi api_channel_id_get GET /api/channel/{id}
ChannelApi api_channel_post POST /api/channel
EnvironmentVariableApi api_environmentvariable_get GET /api/environmentvariable
EnvironmentVariableApi api_environmentvariable_id_delete DELETE /api/environmentvariable/{id}
EnvironmentVariableApi api_environmentvariable_id_get GET /api/environmentvariable/{id}
EnvironmentVariableApi api_environmentvariable_post POST /api/environmentvariable
RevisionApi api_revision_get GET /api/revision
RevisionApi api_revision_id_delete DELETE /api/revision/{id}
RevisionApi api_revision_id_get GET /api/revision/{id}
RevisionApi api_revision_post POST /api/revision

Documentation For Models

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

cargo doc --open

Author