-
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.
Merge pull request #54 from UniBond-jijijin/fix/53-fix-letter-rooms-api
[fix/53-fix-letter-rooms-api] 편지방 API 수정
- Loading branch information
Showing
20 changed files
with
1,702 additions
and
34 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
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
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,42 @@ | ||
= Member API | ||
Lucy Oh; | ||
:doctype: book | ||
:icons: font | ||
:source-highlighter: highlishtjs | ||
:toc: left | ||
:toclevels: 4 | ||
:sectlinks: | ||
|
||
ifndef::snippets[] | ||
:snippets: ./build/generated-snippets | ||
endif::[] | ||
|
||
== Get All Letter Rooms | ||
|
||
현재 참여중인 모든 편지방 가져오기 | ||
|
||
=== Request | ||
include::{snippets}/get_all_letter-rooms/http-request.adoc[] | ||
include::{snippets}/get_all_letter-rooms/query-parameters.adoc[] | ||
|
||
|
||
=== Response | ||
|
||
include::{snippets}/get_all_letter-rooms/http-response.adoc[] | ||
include::{snippets}/get_all_letter-rooms/request-headers.adoc[] | ||
include::{snippets}/get_all_letter-rooms/response-fields.adoc[] | ||
|
||
== Get All Letters in Letter Rooms | ||
|
||
참여 중인 편지방 내부의 편지들 가져오기 | ||
|
||
=== Request | ||
include::{snippets}/get_all_letters_in_letter-rooms/http-request.adoc[] | ||
include::{snippets}/get_all_letters_in_letter-rooms/request-headers.adoc[] | ||
include::{snippets}/get_all_letters_in_letter-rooms/query-parameters.adoc[] | ||
|
||
|
||
=== Response | ||
|
||
include::{snippets}/get_all_letters_in_letter-rooms/http-response.adoc[] | ||
include::{snippets}/get_all_letters_in_letter-rooms/response-fields.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
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 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
Oops, something went wrong.