checkr-ruby
checkr-ruby copied to clipboard
Checkr Ruby bindings
Thanks for your help - Are there plans to cut an official v1.7.2 tag & release with some of the minor fixes from the past year: - https://github.com/checkr/checkr-ruby/pulls?q=is%3Apr+is%3Aclosed We'd like...
## Problem Sentry is a popular exception monitoring tool for ruby, but it fails to capture the error raised by checkr ruby gem. After some investigation, I found the checkr...
## Problem: Based on the documentation, the candidate_id attribute of the report model should be a string. This gem using alias method to delegate `candidate_id` to the candidate object, which...
If you are have to use multiple api_base / api_key setting it won't be thread safe.
It looks like /v1/accounts/:account_id is accessible in the Checkr API to get Account data for oauth'd accounts. Shouldn't there be a class to support this? Right now there's no way...
Implementing` /report/{id}/complete` per your API doc here: https://docs.checkr.com/#operation/completeReport