This project targets the development of the API client for the DNSimple API v2.
This version is currently under development, therefore the methods and the implementation should he considered a work-in-progress. Changes in the method naming, method signatures, public or internal APIs may happen at any time.
The code is tested with an automated test suite connected to a continuous integration tool, therefore you should not expect :bomb: bugs to be merged into main. Regardless, use this library at your own risk. :boom:
A Rust client for the DNSimple API v2.
``` use dnsimplerust::dnsimple::{Client, newclient};
let client = newclient(true, String::from("AUTHTOKEN")); let identity_response = client.identity().whoami().unwrap().data.unwrap(); ```
Copyright (c) 2015-2021 DNSimple Corporation. This is Free Software distributed under the MIT license.