Files
NeuroDock/MALAPITool
Zacharias f50c04c828
build / build (push) Has been cancelled
refactor: me.zacharias.chat → me.neurodock, org rename cleanup
- Renamed package from me.zacharias.chat to me.neurodock across all 8 modules
- Updated Gradle group from me.zacharias.neurodock to me.neurodock
- Updated README and other files to reflect new Gitea org URL (Chat_things → neurodock)

Dev note: 95 files touched. The Great Refactor is complete, long may it rest.
2026-05-27 23:34:22 +02:00
..
2025-05-23 15:24:58 +02:00

MAL API wrapper

Important notes

Scope

This wrapper is not fully implemented, some endpoints are missing, as well as no user-specific endpoints are added.

Rate limits

I'm yet to enforce the rate limit, due to in there the Ollama backend won't be fast enough, but this is subject to change

API Key Required

You must provide your own API key

Store the key in ${DATE_DIR}/malapi.json using the following format:

{
    "client_id": "<client_id>",
    "client_secret": "<client_secret>"// This is for the moment not used but shuld till be added
}