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