add: Keycloak auth & git api client

This commit is contained in:
h z
2025-03-11 11:47:37 +00:00
parent 5718d41102
commit 8b5d4ff5f7
7 changed files with 190 additions and 7 deletions

View File

@@ -0,0 +1,7 @@
namespace Alchegos.Core.Services.Gitea;
public class GiteaApiOptions
{
public string BaseUrl { get; set; }
public string Token { get; set; }
}