Renamem ShikimoriSearchService to ShikimoriAPI
This commit is contained in:
@@ -10,7 +10,7 @@ import jakarta.ws.rs.QueryParam;
|
|||||||
|
|
||||||
@Path("/shikimori")
|
@Path("/shikimori")
|
||||||
@RegisterRestClient(baseUri = "stork://shikimori-metadata-service")
|
@RegisterRestClient(baseUri = "stork://shikimori-metadata-service")
|
||||||
public interface ShikimoriSearchService {
|
public interface ShikimoriAPI {
|
||||||
@GET
|
@GET
|
||||||
@Path("/search")
|
@Path("/search")
|
||||||
Anime findById(@QueryParam("id") String id);
|
Anime findById(@QueryParam("id") String id);
|
||||||
Reference in New Issue
Block a user