-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
8,049 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
== Auth API | ||
|
||
=== 나의 정보 조회 | ||
|
||
operation::api/v1/auth/get-my-info[] | ||
|
||
=== 로그아웃 | ||
|
||
operation::api/v1/auth/logout[] |
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,37 @@ | ||
== Exam API | ||
|
||
=== 출제된 시험 요약 목록 조회 | ||
|
||
operation::api/v1/exams/get-published-exam-summaries[] | ||
|
||
=== 내가 출제한 시험 요약 목록 조회 | ||
|
||
operation::api/v1/exams/get-my-exam-summaries[] | ||
|
||
=== 시험 상세 조회 | ||
|
||
operation::api/v1/exams/get-exam-detail[] | ||
|
||
=== 시험 상세 정보와 답안을 함께 조회 | ||
|
||
operation::api/v1/exams/get-exam-detail-with-answers[] | ||
|
||
=== 시험 생성 | ||
|
||
operation::api/v1/exams/create-exam[] | ||
|
||
=== 시험 출제 | ||
|
||
operation::api/v1/exams/publish[] | ||
|
||
=== 시험 문제 수정 | ||
|
||
operation::api/v1/exams/questions[] | ||
|
||
=== 시험 제목 수정 | ||
|
||
operation::api/v1/exams/update-title[] | ||
|
||
=== 시험 설명 수정 | ||
|
||
operation::api/v1/exams/update-description[] |
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 @@ | ||
:doctype: book | ||
:source-highlighter: highlightjs | ||
:toc: left | ||
:toclevels: 2 | ||
:sectlinks: | ||
|
||
= Fluffy API 문서 | ||
|
||
include::auth.adoc[] | ||
include::oauth2.adoc[] | ||
include::exam.adoc[] | ||
include::submission.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,9 @@ | ||
== OAuth2 API | ||
|
||
=== OAuth2 로그인 페이지로 리다이렉트 | ||
|
||
operation::api/v1/auth/oauth2/redirect[] | ||
|
||
=== OAuth2 로그인 콜백 처리 | ||
|
||
operation::api/v1/auth/oauth2/callback[] |
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,13 @@ | ||
== Submission API | ||
|
||
=== 시험 제출 요약 목록 조회 | ||
|
||
operation::api/v1/exams/get-submission-summaries[] | ||
|
||
=== 시험 제출 상세 조회 | ||
|
||
operation::api/v1/exams/get-submission-detail[] | ||
|
||
=== 시험 제출 | ||
|
||
operation::api/v1/exams/submit[] |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,091 changes: 1,091 additions & 0 deletions
1,091
server/src/main/resources/static/docs/submission.html
Large diffs are not rendered by default.
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