[][src]Module bodhi::service

This module contains the structures and methods to interact with a (remote) bodhi server instance.

Structs

BodhiService

This struct represents a specific bodhi service, typically running remotely, although a local URL could be specified, as well. This BodhiService instance is then used by queries to actually submit to, and receive from - the service.

Constants

DEFAULT_PAGE

Always start with page 1 for multi-page queries. Everything else would be stupid.

DEFAULT_ROWS

This constant defines how many items are queried every time for multi-page queries. The maximum is 100, the default is 20, and 50 seems a good compromise for speed.