client.rs

The struct

pub struct Client {
    pub base_url: String,
}

Future Use

  • This will become more useful later for when we are calling endpoints the require headers
  • We will store all of those variables here