Crates.io | hippo-openapi |
lib.rs | hippo-openapi |
version | 0.10.1 |
source | src |
created_at | 2022-01-21 16:58:45.853748 |
updated_at | 2022-08-31 22:06:57.280021 |
description | Auto-generated client for Hippo |
homepage | |
repository | |
max_upload_size | |
id | 518638 |
size | 149,186 |
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
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.
org.openapitools.codegen.languages.RustClientCodegen
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" }
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 |
To get access to the crate's generated documentation, use:
cargo doc --open