[Library] iTunes library #5

Merged
javier merged 25 commits from library/itunes into main 2024-03-17 22:48:28 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0e84dcde30 - Show all commits

View File

@ -6,7 +6,7 @@
// Copyright © 2024 Röck+Cöde VoF. All rights reserved.
//
public enum EndpointError: Error {
public enum EndpointError: Error, Equatable {
case inputParametersEmpty
case requestFailed(statusCode: Int)
case responseNotFound

View File

@ -8,7 +8,7 @@
import Foundation
public struct Review {
public struct Review: Equatable {
// MARK: Constants
public let author: String