NAME
WebService::BambooHR::UserAgent - handles low-level HTTP requests to BambooHR
SYNOPSIS
use WebService::BambooHR::UserAgent;
my $ua = WebService::BambooHR::UserAgent->new(
company => 'foobar',
api_key => '.............'
);
DESCRIPTION
This is used by WebService::BambooHR, and most users shouldn't even need to know it exists.