1 2 3 4 5 6
pub struct ThanixClient { pub client: reqwest::blocking::Client, pub base_url: String, pub authentication_token: String, }