feat: add Shikimori metadata service endpoint

Co-authored-by: aider (openrouter/deepseek/deepseek-chat) <aider@aider.chat>
This commit is contained in:
2026-02-03 22:58:57 +05:00
parent 3223d689c2
commit 6b2479b455
8 changed files with 85 additions and 0 deletions

View File

@ -39,6 +39,14 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-api</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-rest-client</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit</artifactId>