!wip on the layer#Cake integration

This commit is contained in:
Jamie 2017-11-07 16:29:53 +00:00
parent b1d59452ef
commit 9252bbf110
11 changed files with 138 additions and 23 deletions

View file

@ -7,5 +7,6 @@ namespace Ombi.Api.Github
public interface IGithubApi
{
Task<List<CakeThemes>> GetCakeThemes();
Task<string> GetThemesRawContent(string url);
}
}