fedora 1.0.0

base library for interacting with fedora services
Documentation

base library for interacting with fedora services

crates.io crates.io crates.io docs.rs

This package provides a base library for interacting with Fedora web services.

It is intended to provide functionality similar to the fedora Python package, but for Rust.

DONE

  • OpenID authentication (for example, for bodhi)

TODO

  • authenticating with OpenID Connect
  • authenticating for FAS2, wiki

Development

If you're interested in using this crate, you can enable "debug mode" by enabling the debug feature. This will enable various debug output throughout the crate (primarily HTTP response codes and cookies).