Commit Graph

2 Commits

Author SHA1 Message Date
8a8b28860c feat: implement initial working version with core application structure and basic functionality 2025-09-10 09:49:38 +00:00
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