BCDiceを提供するAPIサーバー
$ git clone https://github.com/NKMR6194/bcdice-api.git
$ cd bcdice-api
$ git submodule init
$ git submodule update
$ bundle install
$ bundle exec rackup
Method | Description |
---|---|
/v1/version | BCDiceとAPIサーバーのバージョン |
/v1/systems | ダイスボットのシステム名一覧 |
/v1/diceroll | ダイスボットのコマンドを実行 |