Ruby client library for the mailru REST API.
Add this line to your application's Gemfile:
gem 'mailru'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mailru
MailRu gem allow use any mailru REST API methods by ruby way
MailRu.app_id = YOUR_APP_ID
MailRu.secret_key = YOUR_APP_SECRET_KEY
rest = MailRu::Session.new
rest.stream_get_by_author(uid: uid)
- 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