rtldev-middleware-perl-sdk

NAME

WebService::Hexonet::Connector::Record - Library to cover API response data in row-based way.

SYNOPSIS

This module is internally used by the WebService::Hexonet::Connector::Response module. To be used in the way:

# specify the row data in hash notation
$data = { DOMAIN => 'mydomain.com',  NAMESERVER0 => 'ns1.mydomain.com' };

# create a new instance by
$rec = WebService::Hexonet::Connector::Record->new($data);

DESCRIPTION

HEXONET Backend API always responds in plain-text format that needs to get parsed into a useful data structure. For simplifying data access we created this library and also the Column library to provide an additional and more customerfriendly way to access data. Previously getHash and getListHash were the only possibilities to access data in Response library.

Methods

LICENSE AND COPYRIGHT

This program is licensed under the MIT License.

AUTHOR

HEXONET GmbH