-
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.
* #244 fix: 포트폴리오 종목 조회시 연배당률에 대한 소수점 2자리 실수로 변경 * #244 docs: 포트폴리오 종목 조회 API Rest Docs 추가 * #244 fix: 대시보드 오버뷰 문제 해결 - 0 나누기 문제 해결 * #244 docs: 대시보드 오버뷰 Rest Docs 추가 * #244 fix: 계정 삭제 문제 해결 * #244 docs: 계정 삭제 Rest Docs 추가 * #244 test: 테스트명 수정 * #244 feat: watchStock 추가시 현재가 갱신 이벤트 추가 * #244 feat: kisService mokcing 추가
- Loading branch information
1 parent
98fd590
commit f855f07
Showing
29 changed files
with
1,001 additions
and
83 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[[dashboard_overview-search]] | ||
=== 오버뷰 조회 | ||
|
||
==== HTTP Request | ||
|
||
include::{snippets}/dashboard_overview-search/http-request.adoc[] | ||
|
||
==== HTTP Response | ||
|
||
include::{snippets}/dashboard_overview-search/http-response.adoc[] | ||
include::{snippets}/dashboard_overview-search/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,12 @@ | ||
[[holding-search]] | ||
=== 포트폴리오 종목 조회 | ||
|
||
==== HTTP Request | ||
|
||
include::{snippets}/holding-search/http-request.adoc[] | ||
include::{snippets}/holding-search/path-parameters.adoc[] | ||
|
||
==== HTTP Response | ||
|
||
include::{snippets}/portfolio-search/http-response.adoc[] | ||
include::{snippets}/portfolio-search/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,12 @@ | ||
[[member-delete]] | ||
=== 사용자 계정 삭제 | ||
|
||
==== HTTP Request | ||
|
||
include::{snippets}/member-delete/http-request.adoc[] | ||
include::{snippets}/member-delete/request-fields.adoc[] | ||
|
||
==== HTTP Response | ||
|
||
include::{snippets}/member-delete/http-response.adoc[] | ||
include::{snippets}/member-delete/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
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.