add: Keycloak auth & git api client
This commit is contained in:
7
src/Services/Gitea/GiteaApiOptions.cs
Normal file
7
src/Services/Gitea/GiteaApiOptions.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Alchegos.Core.Services.Gitea;
|
||||
|
||||
public class GiteaApiOptions
|
||||
{
|
||||
public string BaseUrl { get; set; }
|
||||
public string Token { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user