From c4cc47711a07b2ccc7b3720a9079f2d10e882739 Mon Sep 17 00:00:00 2001 From: RINNNNNNNNNNNNNNNNNN Date: Thu, 29 Aug 2024 20:18:14 +0900 Subject: [PATCH 1/2] test --- docs/02.Backend/01.API/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/02.Backend/01.API/README.md b/docs/02.Backend/01.API/README.md index 86613ba..2e5d5bf 100644 --- a/docs/02.Backend/01.API/README.md +++ b/docs/02.Backend/01.API/README.md @@ -1 +1,4 @@ # 01.API + + +## register \ No newline at end of file From 348537b312a6b7ddf2d0a90ee42bd92a7132c87c Mon Sep 17 00:00:00 2001 From: RINNNNNNNNNNNNNNNNNN Date: Thu, 29 Aug 2024 22:02:00 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A8=88=E7=94=BB=E6=9B=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/02.Backend/01.API/README.md | 41 +++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/02.Backend/01.API/README.md b/docs/02.Backend/01.API/README.md index 2e5d5bf..8bcd844 100644 --- a/docs/02.Backend/01.API/README.md +++ b/docs/02.Backend/01.API/README.md @@ -1,4 +1,43 @@ # 01.API -## register \ No newline at end of file +## Register +### request +- user_email +- user_name +- user_password +### response +- user_id + +## Login +### request +- user_email +- user_password +### response +- login_token + +## Reset Password +### request +- user_password +- old_user_password +### response +- reset_token + +## Delete Password +### request +- user_email +- user_password +### response +- delete_token + +## Search a user/Add a Friend +### request +- user_id +### response +- friend_token + +## Get Friends List +### request +- friendslist_request +### response +- user_name \ No newline at end of file