zenhub_ruby

Ruby client of ZenHub API

Installation

Add this line to your application's Gemfile:

gem 'zenhub_ruby'

And then execute:

$ bundle

Or install it yourself as:

$ gem install zenhub_ruby

Usage

Setup

require 'zenhub_ruby'

client = ZenhubRuby::Client.new('YOUR_ACCESS_TOKEN')

Get issue data

client.issue_data(REPO_ID, ISSUE_NUMBER)

Get issue events

client.issue_events(REPO_ID, ISSUE_NUMBER)

Get the ZenHub Board data for a repository

client.board_data(REPO_ID)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT