The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.