MonthService

public struct MonthService

Provides access to month operations

  • month(budgetId:month:) Asynchronous

    Returns a specific month for a budget.

    Declaration

    Swift

    public func month(budgetId: String, month: String) async throws -> MonthDetail

    Parameters

    budgetId

    The id of the budget (last_used can also be used to specify the last used budget)

    month

    The budget month in ISO format (e.g. 2016-12-01) (current can also be used to specify the current calendar month (UTC))

    Return Value

    A single month