dnsimple 0.2.1

Rust DNSimple API client
Documentation

DNSimple Rust Client

A Rust client for the DNSimple API v2.

Build Status

Usage

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

let client = new_client(true, String::from("AUTH_TOKEN"));
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.