[][src]Crate studentvue

StudentVue

StudentVue is a simplistic Rust API to access various services offered by the StudentVUE App in a convenient format.

Features

  • Asynchronous
  • Retrieve grades, school information, schedules, attendance
  • Support for various API methods

Re-exports

pub use client::ParamBuilder;
pub use client::Client;
pub use enums::Method;
pub use request::WebHandle;

Modules

client

High level connection client

enums

Enums containing types of information which can be used for various API calls

error

Errors which may occur during xml parsing or when handling a web request

model

Serde XML models for formatting incoming XML data

request

HTTP client wrapper