WebService::BambooHR provides an interface to the API for BambooHR.com. BambooHR is a commercial web-based HR information system: a company can use it to manage information about its employees and handle various HR related tasks. This module provides access to a subset of the API.
Read more ...I'm working on a Perl wrapper for the BambooHR API, and using this as a learning experiment: deliberately trying different approaches and iterating on the design. One aspect of the design is the bit that actually makes the HTTP requests. This started off as part of the main class, but here I describe different refactorings I tried, learning a bit more about Moo as I went.
Read more ...