2.1.4
##how to use
gem install bundler
bundle install --path vendor/bundler
install redis(mac os)
brew install redis
##back_log api(http://developer.nulab-inc.com/ja/docs/backlog/auth)
####setting set your api key at lib/api/back_log/config.yml
####usage
require lib/api/bacK_log.rbthen you can user all of back_log api project/ may be good place to set your progam files
####user see all users
BackLog::User.allfind user with id = 10
BackLog::User.find(10)####project add new project
BackLog::Project.create(name: "project name", key: "project key")####type
####mile_stone calculate kpi of given mile_stone
project = BackLog::Project.find("TECH_M")
project.mile_stones.first.calculate_tasks_kpi