DNSimple Rust Client

A Rust client for the DNSimple API v2.

Build Status

Usage

``` use dnsimple::dnsimple::{Client, new_client};

let client = newclient(true, String::from("AUTHTOKEN")); let identity_response = client.identity().whoami().unwrap().data.unwrap(); ```

License

Copyright (c) 2015-2022 DNSimple Corporation. This is Free Software distributed under the MIT license.