[][src]Module bodhi::query::packages

The contents of this module can be used to query a bodhi instance about existing packages.

The PackageQuery can be used to execute complex queries, for example query packages by name, or filter packages matching a certain search string.

Structs

PackageQuery

Use this for querying bodhi about a set of packages with the given properties, which can be specified with the builder pattern. Note that some options can be specified multiple times, and packages will be returned if any criteria match. This is consistent with both the web interface and REST API behavior.