Module: WeixinAuthorize
- Defined in:
- lib/weixin_authorize.rb,
lib/weixin_authorize/client.rb,
lib/weixin_authorize/version.rb,
lib/weixin_authorize/api/menu.rb,
lib/weixin_authorize/api/user.rb,
lib/weixin_authorize/api/custom.rb,
lib/weixin_authorize/api/groups.rb
Defined Under Namespace
Modules: Api
Classes: Client
Constant Summary
collapse
- VERSION =
"1.0.0"
Class Method Summary
collapse
Class Method Details
18
19
20
|
# File 'lib/weixin_authorize.rb', line 18
def configure(&block)
Client.new(&block)
end
|