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.
1 parent 021ba9a commit c36c35cCopy full SHA for c36c35c
README.md
@@ -14,10 +14,11 @@ let networking = Networking(
14
LoginEndpoint(body: LoginRequestBody(useername: "me", password: "something"))
15
.execute(with: networking)
16
.sink { (completion) in
17
- // error checking
18
- } receiveValue: { (response: AuthResponse) in
19
- print(response)
20
- }
+ // error checking
+ }
+ receiveValue: { (response: AuthResponse) in
+ print(response)
21
22
```
23
24
0 commit comments