Skip to content

Instantly share code, notes, and snippets.

@SwiftyAlex
Created September 22, 2019 15:59
Show Gist options
  • Save SwiftyAlex/fb7b09ea8f689bcc91ffb9aa452b0d55 to your computer and use it in GitHub Desktop.
Save SwiftyAlex/fb7b09ea8f689bcc91ffb9aa452b0d55 to your computer and use it in GitHub Desktop.
Get Todo
TodoService().getTodo(todo: Todo.placeholder(id: 1))
.sink(receiveCompletion: {
(completion) in
print(completion)
}) { (todo) in
print(todo)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment