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.

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 | apiaccountcreatetokenpost | POST /api/account/createtoken | *AccountApi* | apiaccountpost | POST /api/account | *AppApi* | apiappexportget | GET /api/app/export | AppApi | apiappget | GET /api/app | AppApi | apiappiddelete | DELETE /api/app/{id} | *AppApi* | apiapppost | POST /api/app | *CertificateApi* | apicertificateget | GET /api/certificate | *CertificateApi* | apicertificateiddelete | DELETE /api/certificate/{id} | CertificateApi | apicertificateidget | GET /api/certificate/{id} | *CertificateApi* | apicertificatepost | POST /api/certificate | *ChannelApi* | apichannelget | GET /api/channel | *ChannelApi* | apichanneliddelete | DELETE /api/channel/{id} | ChannelApi | apichannelidget | GET /api/channel/{id} | *ChannelApi* | apichannelpost | POST /api/channel | *EnvironmentVariableApi* | apienvironmentvariableget | GET /api/environmentvariable | *EnvironmentVariableApi* | apienvironmentvariableiddelete | DELETE /api/environmentvariable/{id} | EnvironmentVariableApi | apienvironmentvariableidget | GET /api/environmentvariable/{id} | *EnvironmentVariableApi* | apienvironmentvariablepost | POST /api/environmentvariable | *RevisionApi* | apirevisionget | GET /api/revision | *RevisionApi* | apirevisioniddelete | DELETE /api/revision/{id} | RevisionApi | apirevisionidget | GET /api/revision/{id} | *RevisionApi* | apirevision_post | POST /api/revision |

Documentation For Models

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

cargo doc --open

Author