SplAPI
splapi - スプラトゥーンのステージ情報がとれるやつのRuby実装のClient gem。
Installation
Add this line to your application's Gemfile:
gem 'splapi'
And then execute:
$ bundle
Or install it yourself as:
$ gem install splapi
Usage
require 'splapi'
client = SplAPI::Client.new
res = client.gachi_rules
res.body['rules']
# => ["ガチエリア", "ガチホコ", "ガチヤグラ"]
License
The gem is available as open source under the terms of the MIT License.