rtldev-middleware-perl-sdk

NAME

WebService::Hexonet::Connector::Column - Library to cover API response data in column-based way.

SYNOPSIS

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

# specify the column name
$key = "DOMAIN";

# specify the column data as array
@data = ('mydomain.com', 'mydomain.net');

# create a new instance by
$col = WebService::Hexonet::Connector::Column->new($key, @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 Record 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