We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e0461 commit d755227Copy full SHA for d755227
README.md
@@ -108,7 +108,7 @@ struct User: Decodable {
108
import Foundation
109
import Kite
110
111
-struct FetchRandomUsersRequest: DeserializeableRequest {
+struct FetchRandomUsersRequest: DeserializeableRequestProtocol {
112
var baseURL: URL { URL(string: "https://randomuser.me")! }
113
var path: String {"api"}
114
0 commit comments