The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.