bodhi REST API client
This package contains WIP rust bindings for the bodhi REST API.
It uses the awesome reqwest and serde packages.
Current status
- All
GETrequests are implemented, and all actual API responses should successfully deserialize. - No
POSTrequests are implemented yet, because OpenIDauthentication is not yet implemented.
Note that the API is not finalized yet, and minor changes will still happen before the 0.1.0 release.
TODO
- OpenID authentication
- authenticated POST requests for editing and creating stuff