AccountsのArrayListをHashMapに切り替えました。
PUT:/accounts
DELETE:/accounts/{uid}
GET:/accounts/{uid}/followings
POST:/accounts/{uid}/followings
DELETE:/accounts/{uid}/followings
を実装しました。
大体テストして成功しましたが、
例外にはまだ対応していません(例:二回連続でDELETE:followings を実行する)。
1 parent d6be679 commit 93690298d37710ab152b149d748f7c78748f3c48
Shinji authored on 3 Jul 2020
Showing 4 changed files
View
src/main/java/org/ntlab/amaryllis/server/entities/Account.java
View
src/main/java/org/ntlab/amaryllis/server/entities/LoginJson.java
View
src/main/java/org/ntlab/amaryllis/server/models/Accounts.java
View
src/main/java/org/ntlab/amaryllis/server/resources/AccountsRest.java