//! Contains top-level and shared data structures for the Name.com API.
use Deserialize;
/// A standard error response from the Name.com API.
///
/// This is used internally to parse error messages when API calls fail,
/// and the message is then wrapped in our crate's `Error::Api`.
pub
/// The response for a successful "hello" command.
/// This confirms connectivity to the Name.com API service.