Sha256: 1369fc724fb59702493dcb40db8f8b7f372bc421aeda8fd3dc89cdfa5b3a5ce6
Contents?: true
Size: 1.5 KB
Versions: 3
Compression:
Stored size: 1.5 KB
Contents
# Dingtalk Client A simple HTTP client wrapper for [Dingtalk](https://open-doc.dingtalk.com/) [![Gem Version](https://badge.fury.io/rb/dingtalk-client.svg)](https://rubygems.org/gems/dingtalk-client) ## Installation Add this line to your application's Gemfile: ```ruby gem 'dingtalk-client' ``` And then execute: ```shell $ bundle ``` Or install it yourself as: ```shell $ gem install dingtalk-client ``` ## Usage TODO: Write usage instructions here ## Development After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org). ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/pinewong/dingtalk-client. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct. ## Code of Conduct Everyone interacting in the Dingtalk::Client project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/pinewong/dingtalk-client/blob/master/CODE_OF_CONDUCT.md).
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dingtalk-client-0.2.1 | README.md |
dingtalk-client-0.2.0 | README.md |
dingtalk-client-0.1.0 | README.md |