sharesight-types 0.4.0

A set of types autogenerated from the sharesight swagger configuration to be used with the sharesight api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;

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