mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip work in progress for the theme presets
This commit is contained in:
parent
fa774784c0
commit
c8f00c4e8a
11 changed files with 131 additions and 2 deletions
10
src/Ombi.Api.Github/IGithubApi.cs
Normal file
10
src/Ombi.Api.Github/IGithubApi.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
using System.Threading.Tasks;
|
||||
using Ombi.Api.Github.Models;
|
||||
|
||||
namespace Ombi.Api.Github
|
||||
{
|
||||
public interface IGithubApi
|
||||
{
|
||||
Task<CakeThemesContainer> GetCakeThemes();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue