This package contains WIP rust bindings for the [bodhi] REST API.
It uses the awesome reqwest
and serde
packages.
GET
requests are implemented, and all actual API responses should successfully deserialize.POST
requests are implemented yet, becauseOpenID
authentication is not yet implemented.Note that the API is not finalized yet, and minor changes will still happen before the 0.1.0
release.