qualityforward

Ruby SDK for Qualityforward API. Create test suite, retribe project, test case.


License
MIT
Install
gem install qualityforward -v 0.1.0

Documentation

Qualityforward

これはQualityforward APIを利用するためのRuby SDKです。

インストール

Gemfileに追加します。

gem 'qualityforward'

インストールします。

$ bundle

またはCUIでインストールします。

$ gem install qualityforward

使い方

初期化

Qualityforward::Client.new 'YOUR_API_KEY'

プロジェクトの取得

p = Qualityforward::Project.get

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Qualityforward project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.