-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jinyoungchoi95] Article 전체 조회 기능 #65
Comments
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
- Collection join으로 인해 List<Tag> 내에 BatchSize 조절
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 26, 2021
jinyoungchoi95
added a commit
that referenced
this issue
Oct 27, 2021
- page -> offset - limit -> size
jinyoungchoi95
added a commit
that referenced
this issue
Oct 27, 2021
- inner class 를 갖게하고, 해당 inner class 객체를 JsonProperty 로 json 객체 네임 변경으로 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[AS-IS]
[TO-BE]
GET /api/articles
Accepted query parameter
Filtering by tag, author, favorited:
?tag=AngularJS
,?author=jake
,?favorited=jake
Limit number of articles (default is 20):
?limit=20
Offset / Skip number of articles (default is 0):
?offset=0
Response:
The text was updated successfully, but these errors were encountered: