JPush API Ruby 客户端
GitHub from https://github.com/jpush/jpush-api-ruby-client
forked from https://github.com/lanrion/jpush_ruby_sdk 感谢作者做的先期工作
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
Detailes refer to Doc
- 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