File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 0.9.0
2+
3+ - ` /v1/admin ` を追加 ([ Document] ( /docs/api.md#admin ) ) (#17 ) (thanks @koi-chan )
4+ - ` /v1/diceroll ` の出力に ` detailed_rands ` を追加 ([ Document] ( /docs/api.md#detailed_rands ) ) (#18 )
5+ - BCDice Ver2.04.00 にアップデート
6+
7+
18## 0.8.0
29
310- ` /v1/onset ` を削除
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ $ APP_ENV=production bundle exec rackup -E deployment
4444- [ Configuration] ( https://github.com/puma/puma#configuration )
4545- [ 設定例] ( https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server#config )
4646
47+ 公開サーバーとして運用する場合、 ` /v1/admin ` の情報を設定するようにしてください。
48+ - [ /v1/admin 設定方法] ( /docs/api.md#admin )
49+
4750## API
4851
4952Method | Description
Original file line number Diff line number Diff line change 1111require 'exception'
1212
1313module BCDiceAPI
14- VERSION = "0.8 .0"
14+ VERSION = "0.9 .0"
1515end
1616
1717configure :production do
You can’t perform that action at this time.
0 commit comments