Ruby API client for desidime.com
TODO: Documentation, Testing and verify parameters
Add this line to your application's Gemfile:
gem 'desidime_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install desidime_api
require 'desidime_api'
Desidime.client = DesidimeApi.client = DesidimeApi::Connection.new("http", "api.desidime.com", "your client id")
Desidime::Authentication.to_get_access_token(required_parameters)
In Rails
config/initializers/desidime_api.rb
Desidime.client = DesidimeApi.client = DesidimeApi::Connection.new("http", "api.desidime.com", "your client id")
cd ~/desidime_api
bundle exec rake test
[Feel free to change your parameters]
Bug reports and pull requests are welcome on GitHub at https://github.com/mothirajha/desidime_api. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.