We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e627186 + 9f68077 commit 23f3fcfCopy full SHA for 23f3fcf
README.md
@@ -11,7 +11,7 @@ let networking = Networking(
11
}
12
)
13
14
-LoginEndpoint(body: LoginRequestBody(useername: "me", password: "something"))
+LoginEndpoint(body: LoginRequestBody(username: "me", password: "something"))
15
.execute(with: networking)
16
.sink { (completion) in
17
// error checking
0 commit comments