-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1554 from woowacourse/feature/1541_roadmap_document
Roadmap endpoint 에 대한 문서화 추가
- Loading branch information
Showing
17 changed files
with
597 additions
and
4,958 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[[Curriculum]] | ||
== 커리큘럼 | ||
|
||
=== 커리큘럼 생성 | ||
|
||
==== Request | ||
|
||
include::{snippets}/curriculums/create/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/curriculums/create/http-response.adoc[] | ||
|
||
=== 커리큘럼 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/curriculums/find/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/curriculums/find/http-response.adoc[] | ||
|
||
=== 커리큘럼 수정 | ||
|
||
==== Request | ||
|
||
include::{snippets}/curriculums/update/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/curriculums/update/http-response.adoc[] | ||
|
||
=== 커리큘럼 삭제 | ||
|
||
==== Request | ||
|
||
include::{snippets}/curriculums/delete/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/curriculums/delete/http-response.adoc[] |
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,62 @@ | ||
[[EssayAnswer]] | ||
== 퀴즈 답변 | ||
|
||
=== 퀴즈 답변 생성 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/create/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/create/http-response.adoc[] | ||
|
||
=== 퀴즈 답변 단일 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/search/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/search/http-response.adoc[] | ||
|
||
=== 퀴즈 답변 목록 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/search-list/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/search-list/http-response.adoc[] | ||
|
||
=== 퀴즈 답변 업데이트 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/update/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/update/http-response.adoc[] | ||
|
||
=== 퀴즈 답변 삭제 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/delete/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/delete/http-response.adoc[] | ||
|
||
=== 퀴즈에 대한 답변 목록 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/essay-answer/quiz/essay-answer/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/essay-answer/quiz/essay-answer/http-response.adoc[] |
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
[[Keyword]] | ||
== 키워드 | ||
|
||
=== 키워드 생성 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/create/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/create/http-response.adoc[] | ||
|
||
=== 키워드 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/find/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/find/http-response.adoc[] | ||
|
||
=== 키워드 수정 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/update/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/update/http-response.adoc[] | ||
|
||
=== 키워드 삭제 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/delete/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/delete/http-response.adoc[] | ||
|
||
=== 세션별 키워드 목록 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/find-childAll/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/find-childAll/http-response.adoc[] | ||
|
||
=== 세션별 키워드의 자식 목록 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/keywords/find-with-childAll/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/keywords/find-with-childAll/http-response.adoc[] |
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,42 @@ | ||
[[Quiz]] | ||
== 퀴즈 | ||
|
||
=== 퀴즈 생성 | ||
|
||
==== Request | ||
|
||
include::{snippets}/quiz/create/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/quiz/create/http-response.adoc[] | ||
|
||
=== 퀴즈 상세 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/quiz/detail/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/quiz/detail/http-response.adoc[] | ||
|
||
=== 키워드별 퀴즈 목록 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/quiz/list/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/quiz/list/http-response.adoc[] | ||
|
||
=== 퀴즈 삭제 | ||
|
||
==== Request | ||
|
||
include::{snippets}/quiz/delete/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/quiz/delete/http-response.adoc[] |
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,32 @@ | ||
[[Recommend]] | ||
== 추천 포스트 | ||
|
||
=== 추천 포스트 생성 | ||
|
||
==== Request | ||
|
||
include::{snippets}/recommend/create/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/recommend/create/http-response.adoc[] | ||
|
||
=== 추천 포스트 수정 | ||
|
||
==== Request | ||
|
||
include::{snippets}/recommend/update/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/recommend/update/http-response.adoc[] | ||
|
||
=== 추천 포스트 삭제 | ||
|
||
==== Request | ||
|
||
include::{snippets}/recommend/delete/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/recommend/delete/http-response.adoc[] |
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,12 @@ | ||
[[Roadmap]] | ||
== 로드맵 | ||
|
||
=== 로드맵 검색 | ||
|
||
==== Request | ||
|
||
include::{snippets}/roadmap/find/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/roadmap/find/http-response.adoc[] |
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.