Skip to content

0.0.8

Compare
Choose a tag to compare
@danylovaolha danylovaolha released this 04 Jun 08:33
· 539 commits to master since this release
62964af
  • the AtomicCounters compareAndSet function fixed to return Bool in response instead of Int
  • added functions to UserService:
func loginWithTwitter(authToken: String, authTokenSecret: String, fieldsMapping: [String: String], responseHandler: ((BackendlessUser) -> Void)!, errorHandler: ((Fault) -> Void)!)

func resendEmailConfirmation(email: String, responseHandler: (() -> Void)!, errorHandler: ((Fault) -> Void)!)