-
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 #169 from nhnacademy-be4-ckin/develop
[DEPLOY] 6차 배포
- Loading branch information
Showing
214 changed files
with
8,667 additions
and
1,126 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
Empty file.
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,80 @@ | ||
== 책 | ||
|
||
=== 책 Id로 책 정보 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/book/getBookById/success/http-request.adoc[] | ||
|
||
==== Path Parameters | ||
|
||
include::{snippets}/book/getBookById/success/path-parameters.adoc[] | ||
|
||
|
||
==== Response | ||
|
||
include::{snippets}/book/getBookById/success/http-response.adoc[] | ||
|
||
==== Response fields | ||
|
||
include::{snippets}/book/getBookById/success/response-fields.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 책 생성 요청 성공 | ||
|
||
==== Request | ||
|
||
include::{snippets}/book/createBook/success/http-request.adoc[] | ||
|
||
==== Request Parts | ||
|
||
include::{snippets}/book/createBook/success/request-parts.adoc[] | ||
|
||
|
||
==== Request Parts | ||
|
||
include::{snippets}/book/createBook/success/request-part-requestDto-fields.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/book/createBook/success/http-response.adoc[] | ||
|
||
=== 책 정보 업데이트 | ||
|
||
==== Request | ||
|
||
include::{snippets}/book/updateBook/success/http-request.adoc[] | ||
|
||
==== Path Parameters | ||
|
||
include::{snippets}/book/updateBook/success/path-parameters.adoc[] | ||
|
||
==== Request Fields | ||
|
||
include::{snippets}/book/updateBook/success/request-fields.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/book/updateBook/success/http-response.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 카테고리 ID로 책 검색 | ||
|
||
==== Request | ||
|
||
include::{snippets}/book/findByCategoryId/http-request.adoc[] | ||
|
||
==== Request Parameters | ||
|
||
include::{snippets}/book/findByCategoryId/request-parameters.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/book/findByCategoryId/http-response.adoc[] | ||
|
||
==== Response Fields | ||
|
||
include::{snippets}/book/findByCategoryId/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
== 배송비 정책 | ||
|
||
=== 배송비 정책 생성 - 성공 | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/createDeliveryPolicy/success/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/createDeliveryPolicy/success/http-response.adoc[] | ||
|
||
==== Request Parameters | ||
|
||
include::{snippets}/delivery-policy/createDeliveryPolicy/success/request-fields.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 배송비 정책 생성 - 실패 (Validation Error) | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/createDeliveryPolicy/validation-fail/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/createDeliveryPolicy/validation-fail/http-response.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 배송비 정책 전체 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/getDeliveryPolicyList/success/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/getDeliveryPolicyList/success/http-response.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 배송비 정책 상세 조회 | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/getDeliveryPolicy/success/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/getDeliveryPolicy/success/http-response.adoc[] | ||
|
||
{empty} + | ||
|
||
=== 배송비 정책 수정 - 성공 | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/updateDeliveryPolicy/success/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/updateDeliveryPolicy/success/http-response.adoc[] | ||
|
||
==== Request Parameters | ||
|
||
include::{snippets}/delivery-policy/updateDeliveryPolicy/success/request-fields.adoc[] | ||
|
||
{empty} + | ||
|
||
|
||
=== 배송비 정책 수정 - 실패 (Validation Error) | ||
|
||
==== Request | ||
|
||
include::{snippets}/delivery-policy/updateDeliveryPolicy/validation-fail/http-request.adoc[] | ||
|
||
==== Response | ||
|
||
include::{snippets}/delivery-policy/updateDeliveryPolicy/validation-fail/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,63 @@ | ||
= CKIN REST-API docs | ||
:doctype: book | ||
:icons: font | ||
:source-highlighter: highlightjs | ||
:toc-title: 목차 | ||
:toc: left | ||
:toclevels: 5 | ||
|
||
= 1. 개요 | ||
이 API 문서는 CKIN(체크인) 팀의 API 문서를 유용하게 볼수 있게 도와줍니다. | ||
|
||
NOTE: 기본적인 구성은 다음과 같습니다 | ||
|
||
### 1.1 API 구성 | ||
|
||
``` | ||
/api/** | ||
``` | ||
|
||
### 1.2 Domain Name 구성 | ||
|
||
``` | ||
ckin.store | ||
``` | ||
|
||
### 1.3 참여 인원 | ||
|
||
[cols=2*] | ||
|=== | ||
| *이름* | ||
| *GitHub 주소* | ||
|
||
| 김준현 | ||
| https://github.com/dduneon | ||
|
||
| 정승조 | ||
| https://github.com/f1v3-dev | ||
|
||
| 이진우 | ||
| https://github.com/devhomh | ||
|
||
| 나국로 | ||
| https://github.com/nayoseb | ||
|
||
| 이가은 | ||
| https://github.com/nueag | ||
|=== | ||
|
||
''' | ||
|
||
= 2. API | ||
|
||
include::tag.adoc[] | ||
|
||
include::delivery-policy.adoc[] | ||
|
||
include::packaging.adoc[] | ||
|
||
include::payment.adoc[] | ||
|
||
include::point-policy.adoc[] | ||
|
||
include::sale.adoc[] |
Oops, something went wrong.