- New api
ApplicantTracking
allows fetching of applicant tracking data. At this time it is currently in beta. (@danhealy)
- Updating the versions of the following dependencies (@cabello)
"httparty", "~> 0.17"
"json", "~> 2"
- New method
Report#custom
allows fetching a custom report of employees. (@artfuldodger) - Make httpparty options configurable (@ivanovv)
- Add time tracking api interface (@nlively)
- Using github actions for linting and testing
- New method
Employee#add
allows client to create new employees. (@kylefdoherty) - New method
Employee#update
allows client to update new employees. (@kylefdoherty)
- Added missing documentation for
Employee#add
. (@mjording)