New API endpoints.

This commit is contained in:
James Cole
2019-01-18 05:38:23 +01:00
parent 43073fa1fc
commit 799331b945
5 changed files with 560 additions and 7 deletions

View File

@@ -128,6 +128,14 @@ interface BudgetRepositoryInterface
*/
public function getAvailableBudget(TransactionCurrency $currency, Carbon $start, Carbon $end): string;
/**
* @param Carbon $start
* @param Carbon $end
*
* @return array
*/
public function getAvailableBudgetWithCurrency(Carbon $start, Carbon $end): array;
/**
* Returns all available budget objects.
*