sfox 0.1.4

Unofficial HTTP and Websocket Client for the SFox API
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(test)]
pub mod fixtures;
#[cfg(test)]
pub mod server;

#[cfg(test)]
pub fn set_test_env() {
    use std::env;

    let _ = env::set_var("SFOX_AUTH_TOKEN", "secret");
}