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 ------------ | ------------- | ------------- | ------------- 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* | apiappidput | PUT /api/app/{id} | AppApi | apiapppost | POST /api/app | CertificateApi | apicertificateexportget | GET /api/certificate/export | *CertificateApi* | apicertificateget | GET /api/certificate | *CertificateApi* | apicertificateiddelete | DELETE /api/certificate/{id} | CertificateApi | apicertificateidput | PUT /api/certificate/{id} | *CertificateApi* | apicertificatepost | POST /api/certificate | *ChannelApi* | apichannelexportget | GET /api/channel/export | ChannelApi | apichannelget | GET /api/channel | ChannelApi | apichanneliddelete | DELETE /api/channel/{id} | *ChannelApi* | apichannelidget | GET /api/channel/{id} | ChannelApi | apichannelidpatch | PATCH /api/channel/{id} | *ChannelApi* | apichannelidput | PUT /api/channel/{id} | ChannelApi | apichannellogsidget | GET /api/channel/logs/{id} | ChannelApi | apichannelpost | POST /api/channel | JobStatusApi | apijobstatuschannelidget | GET /api/jobstatus/{channelId} | JobStatusApi | apijobstatusget | GET /api/jobstatus | RevisionApi | apirevisionexportget | GET /api/revision/export | *RevisionApi* | apirevisionget | GET /api/revision | *RevisionApi* | apirevisioniddelete | DELETE /api/revision/{id} | RevisionApi | apirevisionpost | POST /api/revision | StorageApi | apistorageget | GET /api/storage |
To get access to the crate's generated documentation, use:
cargo doc --open