mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Added more to the stats, user stats is now available via the api !wip
This commit is contained in:
parent
0a4950acbc
commit
17c78b48a5
4 changed files with 40 additions and 23 deletions
9
src/Ombi.Core/Engine/IUserStatsEngine.cs
Normal file
9
src/Ombi.Core/Engine/IUserStatsEngine.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System.Threading.Tasks;
|
||||
|
||||
namespace Ombi.Core.Engine
|
||||
{
|
||||
public interface IUserStatsEngine
|
||||
{
|
||||
Task<UserStatsSummary> GetSummary(SummaryRequest request);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue