JpushApiRubyClient

JPush API Ruby 客户端

GitHub from https://github.com/jpush/jpush-api-ruby-client

forked from https://github.com/lanrion/jpush_ruby_sdk 感谢作者做的先期工作

Installation

Add this line to your application's Gemfile:

gem 'jpush_api_ruby_client'

And then execute:

$ bundle

Or install it yourself as:

remote install

$ gem install jpush_api_ruby_client

local install

$ gem build jpush_api_ruby_client.gemspec
$ gem install jpush_api_ruby_client -l

Example

Detailes refer to Example

Usage

Detailes refer to Doc

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