-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit a6579de.
- Loading branch information
Showing
173 changed files
with
965 additions
and
4,415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,6 @@ out/ | |
|
||
### VS Code ### | ||
.vscode/ | ||
|
||
### Logging ### | ||
.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
== 즐겨찾기 | ||
|
||
=== 토픽을 회원의 즐겨찾기에 추가 | ||
=== 토픽을 유저의 즐겨찾기에 추가 | ||
|
||
operation::bookmark-controller-test/add-topic-in-bookmark[snippets='http-request,http-response'] | ||
|
||
|
||
=== 회원의 토픽 즐겨찾기 삭제 | ||
=== 유저의 토픽 즐겨찾기 삭제 | ||
|
||
operation::bookmark-controller-test/delete-topic-in-bookmark[snippets='http-request,http-response'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,25 @@ | ||
== 회원 | ||
== 유저 | ||
|
||
=== 회원 목록 조회 | ||
=== 유저 목록 조회 | ||
|
||
operation::member-controller-test/find-all-member[snippets='http-request,http-response'] | ||
|
||
=== 회원 단일 조회 | ||
=== 유저 단일 조회 | ||
|
||
operation::member-controller-test/find-member-by-id[snippets='http-request,http-response'] | ||
|
||
=== 회원의 나의 지도 목록 조회 | ||
=== 유저의 나의 지도 목록 조회 | ||
|
||
operation::member-controller-test/find-my-all-topics[snippets='http-request,http-response'] | ||
|
||
=== 회원의 나의 핀 목록 조회 | ||
=== 유저의 나의 핀 목록 조회 | ||
|
||
operation::member-controller-test/find-my-all-pins[snippets='http-request,http-response'] | ||
|
||
=== 회원의 모아보기 조회 | ||
=== 유저의 모아보기 조회 | ||
|
||
operation::member-controller-test/find-all-topics-in-atlas[snippets='http-request,http-response'] | ||
|
||
=== 회원의 즐겨찾기 조회 | ||
=== 유저의 즐겨찾기 조회 | ||
|
||
operation::member-controller-test/find-all-topics-in-bookmark[snippets='http-request,http-response'] | ||
|
||
=== 회원의 내 정보 수정 | ||
|
||
operation::member-controller-test/update-my-info[snippets='http-request,http-response'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
== 소셜 로그인 | ||
|
||
=== KAKAO 로그인 URL 반환 | ||
|
||
operation::oauth-controller-test/redirection[snippets='http-request,http-response'] | ||
|
||
=== KAKAO 로그인 | ||
|
||
operation::oauth-controller-test/login[snippets='http-request,http-response'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.