A Rust client for the DNSimple API v2.
``` use dnsimple::dnsimple::{Client, new_client};
let client = newclient(true, String::from("AUTHTOKEN")); let identity_response = client.identity().whoami().unwrap().data.unwrap(); ```
Copyright (c) 2015-2022 DNSimple Corporation. This is Free Software distributed under the MIT license.