Skip to content

Commit

Permalink
Update README.md (#542)
Browse files Browse the repository at this point in the history
廃止予定の機能は廃止したので、その旨は削除
  • Loading branch information
yuji38kwmt committed Jan 27, 2023
1 parent d744126 commit 89f3522
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,7 @@
* put, post, delete系のメソッドを間違えて実行してしまわないよう、注意してください。特に「プロジェクト削除」や「アノテーション仕様更新」のAPIには十分注意してください。

# 廃止予定


### 2022/08/23 以降
検査コメント関連のWebAPIの廃止に伴い、以下のメソッドやクラスを廃止します。
* `annofabapi.AnnofabApi.batch_update_inspections`:替わりに`annofabapi.AnnofabApi.batch_update_comments`を使用してください。
* `annofabapi.AnnofabApi.get_inspections`:替わりに`annofabapi.AnnofabApi.get_comments`を使用してください。
* annofabapi.Wrapper.update_status_of_inspections
* annofabapi.dataclasses.inspection
* annofabapi.models.InspectionStatus


### 2022/12/01 以降
以下のデータクラスを廃止します。
* `annofabapi.dataclass.instruction.*`
* `annofabapi.dataclass.statistics.*`
* `annofabapi.dataclass.webhook.*`
* `annofabapi.dataclass.my.*`
* `annofabapi.dataclass.organization.OrganizationActivity`
現在ありません。


# Features
Expand Down

0 comments on commit 89f3522

Please sign in to comment.