-
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.
Merge pull request #36 from f-lab-edu/feature/35
[#35] restdocs도입
- Loading branch information
Showing
55 changed files
with
14,848 additions
and
0 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,2 @@ | ||
== Like a feed | ||
operation::like-controller-test/Cancel like[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Create a diary | ||
operation::diary-controller-test/Create a diary[snippets="http-request,http-response"] |
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,2 @@ | ||
== Create a nested comment | ||
operation::comment-controller-test/Create child comment[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Create a comment | ||
operation::comment-controller-test/Create comment[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Create a feed | ||
operation::feed-controller-test/Create Feed[snippets="http-request,http-response"] |
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,2 @@ | ||
== Delete a diary | ||
operation::diary-controller-test/Delete a diary[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get a feed | ||
operation::feed-controller-test/Delete a feed[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Delete a comment | ||
operation::comment-controller-test/Delete a comment[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get a feed | ||
operation::feed-controller-test/Get a feed[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get child comments | ||
operation::comment-controller-test/Get child comments[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get comments | ||
operation::comment-controller-test/Get comments[snippets="http-request,http-response,path-parameters,query-parameters"] |
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,2 @@ | ||
== Get daily hot feeds | ||
operation::ranking-controller-test/get daily-hot-feeds[snippets="http-request,http-response"] |
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,2 @@ | ||
== Get diaries of a member | ||
operation::diary-controller-test/Get diaries of a member[snippets="http-request,http-response,path-parameters,query-parameters"] |
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,2 @@ | ||
== Get feeds by tag | ||
operation::feed-controller-test/Get feeds by tag[snippets="http-request,http-response,path-parameters,query-parameters"] |
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,2 @@ | ||
== Get feeds of member | ||
operation::feed-controller-test/Get feeds of member[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get monthly hot feeds | ||
operation::ranking-controller-test/get monthly-hot-feeds[snippets="http-request,http-response"] |
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,2 @@ | ||
== Get popular abroad spots | ||
operation::ranking-controller-test/Get popular abroad spots[snippets="http-request,http-response"] |
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,2 @@ | ||
== Get popular domestic spots | ||
operation::ranking-controller-test/Get popular domestic spots[snippets="http-request,http-response"] |
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,2 @@ | ||
== Get weekly hot feeds | ||
operation::ranking-controller-test/get weekly-hot-feeds[snippets="http-request,http-response"] |
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,2 @@ | ||
== JoinMember | ||
operation::member-controller-test/JoinMember[snippets="http-request,http-response"] |
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,2 @@ | ||
== Like a feed | ||
operation::like-controller-test/Like a feed[snippets="http-request,http-response,path-parameters"] |
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,2 @@ | ||
== Get a feed | ||
operation::feed-controller-test/Update a feed[snippets="http-request,http-response,path-parameters"] |
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,30 @@ | ||
= Stoury API docs | ||
:doctype: book | ||
:source-highlighter: highlightjs | ||
:toc: left | ||
:toclevels: 2 | ||
:seclinks: | ||
|
||
include::JoinMember.adoc[] | ||
include::CreateFeed.adoc[] | ||
include::GetAFeed.adoc[] | ||
include::GetFeedsByTag.adoc[] | ||
include::GetFeedsOfMember.adoc[] | ||
include::UpdateAFeed.adoc[] | ||
include::DeleteAFeed.adoc[] | ||
include::LikeAFeed.adoc[] | ||
include::CancelLike.adoc[] | ||
include::CreateComment.adoc[] | ||
include::CreateChildComment.adoc[] | ||
include::GetComments.adoc[] | ||
include::GetChildComments.adoc[] | ||
include::DeleteComments.adoc[] | ||
include::CreateADiary.adoc[] | ||
include::GetDiariesOfAMember.adoc[] | ||
include::DeleteADiary.adoc[] | ||
include::GetPopularDomesticSpots.adoc[] | ||
include::GetPopularAbroadSpots.adoc[] | ||
include::GetDailyHotFeeds.adoc[] | ||
include::GetWeeklyHotFeeds.adoc[] | ||
include::GetMonthlyHotFeeds.adoc[] | ||
|
Oops, something went wrong.