-
Notifications
You must be signed in to change notification settings - Fork 4
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 #252 from Yanol-Market/feature/product-rest-docs
docs: product api 명세
- Loading branch information
Showing
7 changed files
with
376 additions
and
33 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,69 @@ | ||
== 상품 상세 조회 | ||
|
||
=== HTTP request | ||
include::{snippets}/products-details/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products-details/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products-details/http-response.adoc[] | ||
|
||
== 상품 수정 | ||
|
||
=== HTTP request fields | ||
include::{snippets}/products-update/request-fields.adoc[] | ||
|
||
=== HTTP request | ||
include::{snippets}/products-update/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products-update/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products-update/http-response.adoc[] | ||
|
||
== 상품 삭제 | ||
|
||
=== HTTP request | ||
include::{snippets}/products-delete/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products-delete/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products-delete/http-response.adoc[] | ||
|
||
== 판매내역 - 판매중 전체 조회 | ||
|
||
=== HTTP request | ||
include::{snippets}/products/history/progress-all/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products/history/progress-all/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products/history/progress-all/http-response.adoc[] | ||
|
||
== 판매내역 - 판매완료 전체 조회 | ||
|
||
=== HTTP request | ||
include::{snippets}/products/history/completed-all/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products/history/completed-all/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products/history/completed-all/http-response.adoc[] | ||
|
||
|
||
== 판매내역 - 판매완료 삭제 | ||
|
||
=== HTTP request | ||
include::{snippets}/products/history/completed-delete/http-request.adoc[] | ||
|
||
=== HTTP response fields | ||
include::{snippets}/products/history/completed-delete/response-fields.adoc[] | ||
|
||
=== HTTP response | ||
include::{snippets}/products/history/completed-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
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.