Sha256: 01db00c830e92eead0b2690ca27c121ce7c40908a17527bcce667ec51507adfa

Contents?: true

Size: 1.29 KB

Versions: 19

Compression:

Stored size: 1.29 KB

Contents

# Wework

Wework is a ruby API wrapper for work wechat.

## Version 0.1.4
* 异步任务接口 [doc](https://work.weixin.qq.com/api/doc#10138)

## Version 0.1.3

* `access_token` 和 `jsapi_ticket` 管理存储 (默认 redis, 支持其它扩展)
* 通信录相关接口 [Wework::Api::Contact](https://github.com/mycolorway/wework/blob/master/lib/wework/api/contact.rb)
* 企业微信应用接口 [Wework::Api::Agent](https://github.com/mycolorway/wework/blob/master/lib/wework/api/agent.rb)
* API 集成 [Wework::Engine](https://github.com/mycolorway/wework/blob/master/lib/wework/engine.rb)
* 网页授权及[JS-SDK签名算法](https://work.weixin.qq.com/api/doc#10029/附录1-JS-SDK使用权限签名算法)

### TODO:

* 完善测试用例
* 消息接收 [doc](https://work.weixin.qq.com/api/doc#10427)


## Installation

Add this line to your application's Gemfile:

```ruby
gem 'wework'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install wework

## Usage

TODO: ...

## Contributing

* Fork `Wework` on GitHub
* Make your changes
* Ensure all tests pass (`bundle exec rake`)
* Send a pull request
* If we like them we'll merge them
* If we've accepted a patch, feel free to ask for commit access!

## License

Copyright (c) 2016 MyColorway. See LICENSE.txt for further details.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
wework-0.3.4 README.md
wework-0.3.3 README.md
wework-0.3.2 README.md
wework-0.3.1 README.md
wework-0.3.0 README.md
wework-0.2.9 README.md
wework-0.2.8 README.md
wework-0.2.7 README.md
wework-0.2.6 README.md
wework-0.2.5 README.md
wework-0.2.4 README.md
wework-0.2.3 README.md
wework-0.2.2 README.md
wework-0.2.0 README.md
wework-0.1.9 README.md
wework-0.1.8 README.md
wework-0.1.7 README.md
wework-0.1.6 README.md
wework-0.1.4 README.md