Package net.beardbot.nhentai.api.client
Interface GalleryClient
-
public interface GalleryClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<GalleryDto>getGallery(Long galleryId)List<GalleryCommentDto>getGalleryComments(Long galleryId)RelatedGalleriesDtogetRelatedGalleries(Long galleryId)SearchResultDtosearch(String query, Integer page, String sortBy)SearchResultDtosearchByTagId(Long tagId, Integer page, String sortBy)
-
-
-
Method Detail
-
getGallery
Optional<GalleryDto> getGallery(Long galleryId)
-
getRelatedGalleries
RelatedGalleriesDto getRelatedGalleries(Long galleryId)
-
getGalleryComments
List<GalleryCommentDto> getGalleryComments(Long galleryId)
-
search
SearchResultDto search(String query, Integer page, String sortBy)
-
searchByTagId
SearchResultDto searchByTagId(Long tagId, Integer page, String sortBy)
-
-