AccountsのArrayListをHashMapに切り替えました。
...
PUT:/accounts
DELETE:/accounts/{uid}
GET:/accounts/{uid}/followings
POST:/accounts/{uid}/followings
DELETE:/accounts/{uid}/followings
を実装しました。
大体テストして成功しましたが、
例外にはまだ対応していません(例:二回連続でDELETE:followings を実行する)。
Shinji
committed
on 3 Jul 2020