Skip to content

Instantly share code, notes, and snippets.

@Otbivnoe
Last active September 11, 2017 15:51
Show Gist options
  • Save Otbivnoe/c06955e9c3015a8fbf2d29dc52e34ccc to your computer and use it in GitHub Desktop.
Save Otbivnoe/c06955e9c3015a8fbf2d29dc52e34ccc to your computer and use it in GitHub Desktop.
login(username: "Username", password: "Password")
.flatMap(weak: self) { obj, user -> Observable<[Post]> in
return obj.loadPosts(for: user)
}
.subscribe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment