Commit Graph
7 Commits
Author SHA1 Message Date
retoor 85bf9437da feat: add Dockerfile and docker-compose.yml for containerized deployment 2025-09-18 17:34:59 +00:00
retoor 65425ed092 feat: add Dockerfile and docker-compose.yml for containerized deployment 2025-09-18 17:34:02 +00:00
retoor 69bd8f9a21 refactor: separate ais module from rest handler into dedicated file 2025-09-14 11:31:37 +00:00
retoor 51b29c00be refactor: separate ais module from rest handler into dedicated package
Extract all AI-related logic from the main REST handler into a new standalone `ais` package. This improves code organization by isolating AI-specific concerns, reduces coupling in the handler layer, and prepares for independent testing and future extension of AI capabilities.
2025-09-14 11:31:28 +00:00
retoor c1cbfe8ae1 chore: remove trailing whitespace from README.md line 42 2025-09-14 09:58:50 +00:00
retoor 8a8b28860c feat: implement initial working version with core application structure and basic functionality 2025-09-10 09:49:38 +00:00
retoor 94b467a30b feat: add ApiClient class with HTTP request methods and error handling
Implement a new ApiClient class in api_client.cs providing core HTTP functionality including GET, POST, PUT, and DELETE methods with configurable base URL, timeout settings, and structured error response handling for REST API interactions.
2025-09-10 09:02:48 +00:00