-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YEL-139 [merge] 실서버 배포
- Loading branch information
Showing
172 changed files
with
21,206 additions
and
975 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 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 |
---|---|---|
|
@@ -46,4 +46,4 @@ firebase*.json | |
|
||
### monitoring ### | ||
monitoring/prometheus/volume | ||
monitoring/grafana | ||
monitoring/grafana |
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,13 @@ | ||
== 친구 추가하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/friend/addFriend/http-request.adoc[] | ||
|
||
=== 요청 파라미터 | ||
|
||
include::{snippets}/api/v1/friend/addFriend/path-parameters.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/friend/addFriend/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,29 @@ | ||
== Apple 구독 구매 검증하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/purchase/verifyAppleSubscriptionTransaction/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/purchase/verifyAppleSubscriptionTransaction/http-response.adoc[] | ||
|
||
== Apple 열람권 구매 검증하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/purchase/verifyAppleTicketTransaction/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/purchase/verifyAppleTicketTransaction/http-response.adoc[] | ||
|
||
== Apple 환불하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/purchase/refundInAppApple/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/purchase/refundInAppApple/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,13 @@ | ||
== 투표 키워드 확인하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/vote/checkKeyword/http-request.adoc[] | ||
|
||
=== 요청 파라미터 | ||
|
||
include::{snippets}/api/v1/vote/checkKeyword/path-parameters.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/vote/checkKeyword/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,9 @@ | ||
== 유저 정보 조회하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/user/findUserById/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/user/findUserById/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,9 @@ | ||
== 내 정보 조회하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/user/findUser/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/user/findUser/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,9 @@ | ||
== 투표 가능 여부 조회 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/vote/checkVoteAvailable/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/vote/checkVoteAvailable/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,10 @@ | ||
== 투표 생성하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/vote/createVote/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/vote/createVote/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,13 @@ | ||
== 친구 삭제하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/friend/deleteFriend/http-request.adoc[] | ||
|
||
=== 요청 파라미터 | ||
|
||
include::{snippets}/api/v1/friend/deleteFriend/path-parameters.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/friend/deleteFriend/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,9 @@ | ||
== 유저 탈퇴하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/user/deleteUser/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/user/deleteUser/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,9 @@ | ||
== 디바이스 토큰 수정하기 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/user/updateUserDeviceToken/http-request.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/user/updateUserDeviceToken/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,13 @@ | ||
== 친구 투표 전체 조회 | ||
|
||
=== 요청 | ||
|
||
include::{snippets}/api/v1/vote/findAllFriendVotes/http-request.adoc[] | ||
|
||
=== 요청 파라미터 | ||
|
||
include::{snippets}/api/v1/vote/findAllFriendVotes/request-parameters.adoc[] | ||
|
||
=== 응답 | ||
|
||
include::{snippets}/api/v1/vote/findAllFriendVotes/http-response.adoc[] |
Oops, something went wrong.