MonthService
public struct MonthService
extension MonthService: MonthServiceType
Provides access to month operations
-
months(planId:AsynchronouslastKnowledgeOfServer: ) Declaration
Swift
public func months( planId: String, lastKnowledgeOfServer: ServerKnowledge? ) async throws -> MonthsResponse -
month(planId:Asynchronousmonth: ) Declaration
Swift
public func month(planId: String, month: String) async throws -> MonthDetail
View on GitHub