Skip to content

twinslash/mailru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailRu

Ruby client library for the mailru REST API.

Installation

Add this line to your application's Gemfile:

gem 'mailru'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mailru

Usage

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)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Releases

No releases published

Packages

No packages published

Languages