TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'idme'
And then execute:
$ bundle
Or install it yourself as:
$ gem install idme
api = IdMe::API.new('client_id','client_secret') result = api.verify({first_name:'Colin, last_name:'Petruno'...})
if any new methods get added it should simply be
result = avi.newMethod({options_hash})
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request