hippo-openapi

Crates.iohippo-openapi
lib.rshippo-openapi
version0.10.1
sourcesrc
created_at2022-01-21 16:58:45.853748
updated_at2022-08-31 22:06:57.280021
descriptionAuto-generated client for Hippo
homepage
repository
max_upload_size
id518638
size149,186
Matthew Fisher (bacongobbler)

documentation

README

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.10.1
  • 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

AccountsApi | api_accounts_post | POST /api/accounts | AppsApi | api_apps_get | GET /api/apps | AppsApi | api_apps_id_delete | DELETE /api/apps/{id} | AppsApi | api_apps_id_get | GET /api/apps/{id} | AppsApi | api_apps_id_put | PUT /api/apps/{id} | AppsApi | api_apps_post | POST /api/apps | AuthTokensApi | api_auth_tokens_post | POST /api/auth-tokens | CertificatesApi | api_certificates_get | GET /api/certificates | CertificatesApi | api_certificates_id_delete | DELETE /api/certificates/{id} | CertificatesApi | api_certificates_id_put | PUT /api/certificates/{id} | CertificatesApi | api_certificates_post | POST /api/certificates | ChannelStatusesApi | api_channel_statuses_get | GET /api/channel-statuses | ChannelsApi | api_channels_channel_id_desired_status_put | PUT /api/channels/{channelId}/desired-status | ChannelsApi | api_channels_get | GET /api/channels | ChannelsApi | api_channels_id_delete | DELETE /api/channels/{id} | ChannelsApi | api_channels_id_get | GET /api/channels/{id} | ChannelsApi | api_channels_id_logs_get | GET /api/channels/{id}/logs | ChannelsApi | api_channels_id_patch | PATCH /api/channels/{id} | ChannelsApi | api_channels_id_put | PUT /api/channels/{id} | ChannelsApi | api_channels_post | POST /api/channels | RevisionsApi | api_revisions_get | GET /api/revisions | RevisionsApi | api_revisions_id_delete | DELETE /api/revisions/{id} | RevisionsApi | api_revisions_post | POST /api/revisions | StoragesApi | api_storages_get | GET /api/storages |

Documentation For Models

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

cargo doc --open

Author

Commit count: 0

cargo fmt