gitea/sdk/csharp/Gitea.SDK
logikonline e35aa8d878 sdk: add C# and Java SDK libraries with chunked upload support
Both SDKs provide:
- Full API client for users, repositories, and releases
- Chunked upload with parallel workers
- Progress tracking with speed/ETA
- SHA256 checksum verification
- Comprehensive exception handling

C# SDK (.NET 8.0):
- Modern record types for models
- Async/await pattern throughout
- System.Text.Json serialization

Java SDK (Java 17):
- Standard Maven project
- Jackson for JSON
- HttpClient for HTTP
- ExecutorService for parallel uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 12:19:17 -05:00
..
ChunkedUpload.cs sdk: add C# and Java SDK libraries with chunked upload support 2026-01-09 12:19:17 -05:00
Exceptions.cs sdk: add C# and Java SDK libraries with chunked upload support 2026-01-09 12:19:17 -05:00
Gitea.SDK.csproj sdk: add C# and Java SDK libraries with chunked upload support 2026-01-09 12:19:17 -05:00
GiteaClient.cs sdk: add C# and Java SDK libraries with chunked upload support 2026-01-09 12:19:17 -05:00
Models.cs sdk: add C# and Java SDK libraries with chunked upload support 2026-01-09 12:19:17 -05:00