Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Jan 24, 2021
1 parent 4c4ca12 commit e7cf18f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0

- 新しいAPIバージョン `/v2` を作成。詳しくはAPIドキュメントを参照してください
- BCDice 3.0.0

## 1.0.0

- BCDice Ver2.07.01 にアップデート
Expand Down
18 changes: 10 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,16 @@ $ APP_ENV=production bundle exec rackup -E deployment

## API

Method | Description
-------------------------------- | -----
[/v1/version](/docs/api.md#version) | BCDiceとAPIサーバーのバージョン
[/v1/admin](/docs/api.md#admin) | APIサーバ提供者の名前と連絡先
[/v1/systems](/docs/api.md#systems) | ダイスボットのシステムID一覧
[/v1/names](/docs/api.md#names) | ダイスボットのシステムIDとシステム名前の一覧
[/v1/systeminfo](/docs/api.md#systeminfo) | ダイスボットのシステム情報取得
[/v1/diceroll](/docs/api.md#diceroll) | ダイスボットのコマンドを実行
[`/v2`](https://github.com/bcdice/bcdice-api/blob/master/docs/api_v2.md)

Method | Description
------------------------- | -----
/v2/version | BCDiceとAPIサーバーのバージョン
/v2/admin | APIサーバ提供者の名前と連絡先
/v2/game_system | ゲームシステムの一覧
/v2/game_system/{id} | ゲームシステムの情報
/v2/game_system/{id}/roll | ダイスロール
/v2/original_table | オリジナル表の実行

## Plugin

Expand Down
2 changes: 1 addition & 1 deletion lib/bcdice_api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BCDiceAPI
VERSION = '1.0.0'
VERSION = '2.0.0'
end

0 comments on commit e7cf18f

Please sign in to comment.