NAME
Weenect::Connect - Low level server communications
SYNOPSIS
my $api = Weenect::Connect->new;
$api->request( ... )
DESCRIPTION
This modules handles low level communication (REST API) with the Weenect server.
At the application level, use Weenect::API.
METHODS
Supported methods include:
request( $path, [ %keys ] )
Performs a REST API request.
If %keys contains Content, then a POST is made, otherwise it will GET.