module Bamboozled

Overview

Implement endpoints for Bamboo HR's Applicant Tracking System https://www.bamboohr.com/api/documentation/ats.php

Defined in:

bamboozled.cr
bamboozled/api/applicant_tracking.cr
bamboozled/api/base.cr
bamboozled/api/employee.cr
bamboozled/api/meta.cr
bamboozled/api/report.cr
bamboozled/api/time_off.cr
bamboozled/api/time_tracking.cr
bamboozled/base.cr
bamboozled/errors.cr
bamboozled/mixins.cr
bamboozled/version.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.client(subdomain, api_key) #

Creates a standard client that will raise all errors it encounters


[View source]