portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.article.presentation
/
ArticleViewerController
/
getArticles
get
Articles
@
GetMapping
fun
getArticles
(
@
PageableDefault
(
page
=
0
,
size
=
10
,
sort
=
[
"createdAt"
]
,
direction
=
Sort.Direction.DESC
)
pageable
:
Pageable
,
@
RequestParam
(
required
=
false
)
keyword
:
String
?
)
:
ResponseEntity
<
PagedModel
<
ArticleSummaryResponse
>
>