StudentVue is a simplistic Rust API to access various services offered by the StudentVUE App in a convenient format.
pub use client::ParamBuilder;
pub use client::Client;
pub use enums::Method;
pub use request::WebHandle;