-
Notifications
You must be signed in to change notification settings - Fork 21
AdverseItem and AdverseAction Resources #61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hey @rtymchyk! |
|
@nothingisfunny Thanks. I was indeed fetching adverse items via Will address the comments hopefully this week. |
|
@rtymchyk Cool, sounds good. Thanks! |
|
@nothingisfunny I've updated the PR with your suggestion. I can now retrieve Adverse Items in 2 ways: Checkr::Report.retrieve('x').adverse_items.alland Checkr::AdverseItem.all(report_id: 'x') |
|
There's a failure on Travis which looks related to the environment: Could not download 'https://github.com/rvm/rvm/archive/.tar.gz'.
curl returned status '22'.
Downloading https://bitbucket.org/mpapis/rvm/get/.tar.gz
curl: (22) The requested URL returned error: 404 Not Found
Could not download 'https://bitbucket.org/mpapis/rvm/get/.tar.gz'.
curl returned status '22'.
Could not update RVM, please report to https://github.com/rvm/rvm/issues
The command "rvm get stable" failed and exited with 22 during . |
nothingisfunny
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rtymchyk A rerun on travis CI solved it, probably something was down at the time you ran it. Thank you again for contributing and making the requested changes! 🙌🏻
|
Thanks for the quick release. |
Addresses issue #13
Follows the documentation on:
https://docs.checkr.com/#tag/Adverse-Actions
https://docs.checkr.com/#tag/Adverse-Items
I was not able to implement https://docs.checkr.com/#operation/listOfAdverseActions.
A
GET /v1/adverse_actionsreturnCheckr::InvalidRequestError: Resource not foundAttributing that to outdated API documentation.