Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Last active March 21, 2018 11:28
Show Gist options
  • Save olbrichj/a95e54f49aa19a12989595b8cec5bce2 to your computer and use it in GitHub Desktop.
Save olbrichj/a95e54f49aa19a12989595b8cec5bce2 to your computer and use it in GitHub Desktop.
firstly {
fetch(url: url)
}.get { data in
//…
}.done { data in
// same data!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment