Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Commit

Permalink
improve find_by_url README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Carrie committed Feb 4, 2019
1 parent 296a0b4 commit 2b28736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ more "reports" on them.
```ruby
api.check.create('applicant_id', type: 'express', reports: [{ name: 'identity' }])
api.check.find('applicant_id', 'check_id')
api.check.find_by_url(params[:payload][:object][:href])
api.check.find_by_url('applicants/a90e7a17-677a-49ab-a171-281f96c77bde/checks/c9f41bef-0610-4d2f-9982-ae9387876edc')
api.check.resume('check_id')
api.check.all('applicant_id')
```
Expand Down

0 comments on commit 2b28736

Please sign in to comment.