# Functions
GetAllEmployees returns full list of employees in active status.
GetAvailableEmployees only returns employees that are marked as active and are not on vacation or absense leave.
NewServer implements new BambooHR limited data exporter.
WhoIsOut retrieves list of employees who are currently marked as out.
# Constants
No description provided by the author
# Structs
Auth is API server auth parameters.
Employee represents BambooHR employee record.
EmployeeRequest requests employees.
No description provided by the author
No description provided by the author