Implemented an input validation mechanism #4

Merged
javier merged 6 commits from library/user-agent-middleware into main 2025-10-12 13:25:25 +00:00
Showing only changes of commit db688c553d - Show all commits
@@ -31,6 +31,8 @@ extension String {
static let authConsumer = "Discogs \(String.Parameter.key)=%@, \(String.Parameter.secret)=%@"
/// A format for the user authentication header.
static let authUser = "Discogs \(String.Parameter.token)=%@"
/// A format for the user agent header.
static let userAgent = "%@/%@ +%@"
}
}