sharesight-types 0.8.2

A set of types autogenerated from the sharesight swagger configuration to be used with the sharesight api
Documentation
mod auth_types;
mod codes;
mod types;
mod types_prelude;

pub use auth_types::*;
pub use codes::*;
pub use types::*;
pub use types_prelude::{ApiEndpoint, ApiHttpMethod};

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}