Basic implementation of shikimori graphql api to retrieve anime by id

This commit is contained in:
2026-02-03 23:58:56 +05:00
parent 6b2479b455
commit 7207a3ec17
35 changed files with 1401 additions and 79 deletions

46
.gitignore vendored Normal file
View File

@ -0,0 +1,46 @@
#Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
release.properties
.flattened-pom.xml
# Eclipse
.project
.classpath
.settings/
bin/
# IntelliJ
.idea
*.ipr
*.iml
*.iws
# NetBeans
nb-configuration.xml
# Visual Studio Code
.vscode
.factorypath
# OSX
.DS_Store
# Vim
*.swp
*.swo
# patch
*.orig
*.rej
# Local environment
.env
# Plugin directory
/.quarkus/cli/plugins/
# TLS Certificates
.certs/
.aider*