Module: JPushApiRubyClient

Defined in:
lib/jpush_api_ruby_client.rb,
lib/jpush_api_ruby_client/client.rb,
lib/jpush_api_ruby_client/version.rb,
lib/jpush_api_ruby_client/msg_type.rb,
lib/jpush_api_ruby_client/platform_type.rb,
lib/jpush_api_ruby_client/receiver_type.rb

Defined Under Namespace

Modules: MsgType, PlatformType, ReceiverType Classes: Client

Constant Summary collapse

HTTP_JPUSH_API_URL =

HTTP

'http://api.jpush.cn:8800/v2/push'
HTTPS_JPUSH_API_URL =

HTTPS

"https://api.jpush.cn:443/v2/push"
VERSION =
"0.0.4"