Nextcloud Login refactoring
This commit is contained in:
@@ -99,7 +99,7 @@ protocol CookbookApi {
|
||||
/// - Returns: A list of categories. A NetworkError if the request fails.
|
||||
static func getCategories(
|
||||
auth: String
|
||||
) async -> ([Category]?, NetworkError?)
|
||||
) async -> ([CookbookApiCategory]?, NetworkError?)
|
||||
|
||||
/// Get all recipes of a specified category.
|
||||
/// - Parameters:
|
||||
|
||||
Reference in New Issue
Block a user