Repository URL to install this package:
|
Version:
0.1.10 ▾
|
| config |
| lib |
| spec |
| .gitignore |
| .rspec |
| Gemfile |
| LICENSE.txt |
| README.md |
| Rakefile |
| unikey-api-core.gemspec |
TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'unikey-api-core'
And then execute:
$ bundle
Or install it yourself as:
$ gem install unikey-api-core
Unikey::Api::Core.configure({ base_url: 'stagingservername.unikey.com', version: 'newish' })
authentication = Unikey::Api::Core::Authentication.authenticate!('username','password').body['authentication']
locks = Unikey::Api::Core::Connection.new({authentication: authentication}).get('/Users/id/Locks')
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)