Commit Graph

3 Commits

Author SHA1 Message Date
c1cbfe8ae1 chore: remove trailing whitespace from README.md line 42 2025-09-14 09:58:50 +00:00
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