Wrap with SearchService and ListService

This commit is contained in:
2026-03-22 02:52:07 +05:00
parent 474b088dba
commit b84d1961df
12 changed files with 151 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ import jakarta.ws.rs.QueryParam;
@Path("/kodik")
@RegisterRestClient(baseUri = "stork://kodik-metadata-service")
public interface KodikSearchService {
public interface KodikAPI {
@GET
@Path("/list")
KodikResponse list();