github OAuthSwift/OAuthSwift 1.0.0

latest releases: 2.2.0, 2.1.2, 2.1.1...
7 years ago

Update to swift 3

  • functions renamed (ex: authorizeWithCallbackURL( -> authorize(withCallbackURL:)
  • error in callback is typed OAuthSwiftError
  • variable with _ renamed (ex: oauthSwift.client.credential.oauth_token-> oauthSwift.client.credential.oauthToken)
  • add some type alias (ex: OAuthSwift.Headers , OAuthSwift.Parameters)
  • ...

Take a look to also updated project OAuthSwiftAlamofire if you want to use Alamofire to make request

Don't miss a new OAuthSwift release

NewReleases is sending notifications on new releases.