Skip to content

Instantly share code, notes, and snippets.

@ekscrypto
Created February 21, 2019 01:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekscrypto/6b3e9757c7b23620948145642e2d56ed to your computer and use it in GitHub Desktop.
Save ekscrypto/6b3e9757c7b23620948145642e2d56ed to your computer and use it in GitHub Desktop.
APILoginRequest(email: email, password: password)
.dispatch(
onSuccess: { (successResponse) in
...
},
onFailure: { (errorResponse, error) in
...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment