Module: WxOpendata

Defined in:
lib/wx_opendata.rb,
lib/wx_opendata/token.rb,
lib/wx_opendata/service.rb,
lib/wx_opendata/version.rb,
lib/wx_opendata/signature.rb

Defined Under Namespace

Modules: Signature Classes: AccessTokenExpiredError, ErrCodeError, InvalidCredentialError, InvalidParametersError, Service, ServiceNotAvailableError, Token

Constant Summary collapse

WX_ACCESS_TOKEN =
'https://api.weixin.qq.com/cgi-bin/token'.freeze
BASE_URL =
'https://api.weixin.qq.com/'.freeze
VERSION =
"0.1.2"