An API to find what products that packages are contained in.
For more information, please visit https://github.com/SUSE/connect/issues
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: 4.0.0
- Package version: 4.0.0
- Build package:
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:
openapi = { path = "./openapi" }
All URIs are relative to /api/package_search
| Class | Method | HTTP request | Description |
|---|---|---|---|
| PackagesApi | packages_get | GET /packages | Find sub packages of a base product |
| PackagesApi | products_get | GET /products | A list of base products that can be searched |
To get access to the crate's generated documentation, use:
cargo doc --open