mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
!wip integrated with the layer#cake repo. Just need to do the UI
This commit is contained in:
parent
c8f00c4e8a
commit
b1d59452ef
10 changed files with 38 additions and 24 deletions
|
@ -1,10 +1,11 @@
|
|||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Ombi.Api.Github.Models;
|
||||
|
||||
namespace Ombi.Api.Github
|
||||
{
|
||||
public interface IGithubApi
|
||||
{
|
||||
Task<CakeThemesContainer> GetCakeThemes();
|
||||
Task<List<CakeThemes>> GetCakeThemes();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue