@PermitAll public class StoryService extends Object
| Constructor and Description |
|---|
StoryService() |
| Modifier and Type | Method and Description |
|---|---|
List<StoryResponseDto> |
getRecentStories(int limit) |
StoryResponseDto |
getStoryById(Long id) |
List<StoryResponseDto> |
searchStoriesByText(String text,
int page,
int size)
Busca relatos cuyo título o contenido contenga el texto indicado.
|
public List<StoryResponseDto> getRecentStories(int limit)
public StoryResponseDto getStoryById(Long id)
public List<StoryResponseDto> searchStoriesByText(String text, int page, int size)
Copyright © 2025. All rights reserved.