Better file caching and update management

This commit is contained in:
Vicnet
2023-12-14 14:11:56 +01:00
parent 899dc20e55
commit a3fc891d0a
23 changed files with 592 additions and 483 deletions

View File

@@ -132,7 +132,7 @@ protocol CookbookApi {
static func getTags(
from serverAdress: String,
auth: String
) async -> ([String]?, NetworkError?)
) async -> ([RecipeKeyword]?, NetworkError?)
/// Get all recipes tagged with the specified keyword.
/// - Parameters: