1
 2
 3
 4
 5
 6
 7
 8
 9
10
const BASE_URL: &'static str = "https://api.dnsimple.com/v2";

extern crate hyper;
pub mod dnsimple;

#[cfg(test)]
extern crate log;
#[cfg(test)]
#[macro_use]
extern crate yup_hyper_mock;