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

Changes for version 0.06 - 2016-02-02

  • Added company_report() method, which is used to get the data behind a custom report in Bamboo.
  • The changed_employees() method had stopped working, because Bamboo had started return JSON, where previously I'd been getting XML. Have hopefully also made the test for this method ignore any future edits in the Bamboo test company.
  • changed_employees() now returns the changes in date order from oldest to most recent.
  • Now use JSON::MaybeXS rather than JSON.

Modules

interface to the API for BambooHR.com
data class for holding details of one employee
data class returned by changed_employees method
represent exception thrown by WebService::BambooHR::UserAgent.
handles low-level HTTP requests to BambooHR