Skip to content

Commit

Permalink
Merge pull request #98 from kookmin-sw/backend/develop/v3
Browse files Browse the repository at this point in the history
backend/develop/v3
  • Loading branch information
J-Yong99 authored Apr 18, 2024
2 parents 0d310ca + 8b6baba commit d5978b1
Showing 1 changed file with 41 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.18">
<meta name="author" content="== Introduction">
<title>Moment Application API Document</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<style>
Expand Down Expand Up @@ -441,6 +442,7 @@
<div id="header">
<h1>Moment Application API Document</h1>
<div class="details">
<span id="author" class="author">== Introduction</span><br>
<span id="revnumber">version 0.0.1-SNAPSHOT</span>
</div>
<div id="toc" class="toc2">
Expand Down Expand Up @@ -482,6 +484,7 @@ <h1>Moment Application API Document</h1>
<ul class="sectlevel3">
<li><a href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_http_request">HTTP request</a></li>
<li><a href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_request_headers">Request headers</a></li>
<li><a href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_path_parameters">Path parameters</a></li>
<li><a href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_http_response">HTTP response</a></li>
<li><a href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_response_fields">Response fields</a></li>
</ul>
Expand Down Expand Up @@ -655,7 +658,7 @@ <h4 id="_์˜ˆ์•ฝ์ผ_์ „๋ถ€_์กฐํšŒ_http_response"><a class="link" href="#_์˜ˆ์•ฝ
"detailMsg" : "",
"data" : {
"cardViews" : [ {
"bookedDate" : "2024-04-11"
"bookedDate" : "2024-04-18"
}, {
"bookedDate" : "2023-10-10"
} ]
Expand Down Expand Up @@ -1125,6 +1128,28 @@ <h4 id="_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_request_headers"><a class="li
</table>
</div>
<div class="sect3">
<h4 id="_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_path_parameters"><a class="link" href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_path_parameters">Path parameters</a></h4>
<table class="tableblock frame-all grid-all stretch">
<caption class="title">Table 1. /core/cardView/all/{tripFileId}</caption>
<colgroup>
<col style="width: 50%;">
<col style="width: 50%;">
</colgroup>
<thead>
<tr>
<th class="tableblock halign-left valign-top">Parameter</th>
<th class="tableblock halign-left valign-top">Description</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><code>tripFileId</code></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">์—ฌํ–‰ ํŒŒ์ผ ID</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sect3">
<h4 id="_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_http_response"><a class="link" href="#_์—ฌํ–‰ํŒŒ์ผid๋กœ_์นด๋“œ๋ทฐ_์ „์ฒด_์กฐํšŒ_http_response">HTTP response</a></h4>
<div class="listingblock">
<div class="content">
Expand Down Expand Up @@ -2454,8 +2479,8 @@ <h4 id="_์—ฌํ–‰_๋“ฑ๋ก_http_request"><a class="link" href="#_์—ฌํ–‰_๋“ฑ๋ก_http_
Host: localhost:8080

{
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"tripName" : "test"
}</code></pre>
</div>
Expand Down Expand Up @@ -2487,8 +2512,8 @@ <h4 id="_์—ฌํ–‰_๋“ฑ๋ก_request_body"><a class="link" href="#_์—ฌํ–‰_๋“ฑ๋ก_reque
<div class="listingblock">
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-json hljs" data-lang="json">{
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"tripName" : "test"
}</code></pre>
</div>
Expand Down Expand Up @@ -2653,22 +2678,22 @@ <h4 id="_์—ฌํ–‰_๋ชฉ๋ก_์กฐํšŒ_http_response"><a class="link" href="#_์—ฌํ–‰_๋ชฉ
"trips" : [ {
"id" : 1,
"email" : "test",
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"analyzingCount" : 0,
"tripName" : "test"
}, {
"id" : 2,
"email" : "test",
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"analyzingCount" : 1,
"tripName" : "test"
}, {
"id" : 3,
"email" : "test",
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"analyzingCount" : 2,
"tripName" : "test"
} ]
Expand Down Expand Up @@ -2762,8 +2787,8 @@ <h4 id="_์—ฌํ–‰_์ˆ˜์ •_http_request"><a class="link" href="#_์—ฌํ–‰_์ˆ˜์ •_http_

{
"tripId" : 1,
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"tripName" : "test"
}</code></pre>
</div>
Expand Down Expand Up @@ -2796,8 +2821,8 @@ <h4 id="_์—ฌํ–‰_์ˆ˜์ •_request_body"><a class="link" href="#_์—ฌํ–‰_์ˆ˜์ •_reque
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-json hljs" data-lang="json">{
"tripId" : 1,
"startDate" : "2024-04-11",
"endDate" : "2024-04-12",
"startDate" : "2024-04-18",
"endDate" : "2024-04-19",
"tripName" : "test"
}</code></pre>
</div>
Expand Down Expand Up @@ -3043,7 +3068,7 @@ <h4 id="_์—ฌํ–‰_์‚ญ์ œ_response_fields"><a class="link" href="#_์—ฌํ–‰_์‚ญ์ œ_re
<div id="footer">
<div id="footer-text">
Version 0.0.1-SNAPSHOT<br>
Last updated 2024-04-11 20:06:57 +0900
Last updated 2024-04-18 18:03:09 +0900
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down

0 comments on commit d5978b1

Please sign in to comment.