Skip to content

Commit

Permalink
Merge branch 'development' into urlSession
Browse files Browse the repository at this point in the history
  • Loading branch information
odedBetzalel committed Mar 7, 2017
2 parents cd0f28b + 4d23050 commit 070a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ AppID.sharedInstance.loginWidget?.launch(delegate: delegate())
BMSClient.sharedInstance.initialize(bluemixRegion: AppID.<region>)
BMSClient.sharedInstance.authorizationManager = AppIDAuthorizationManager(appid:AppID.sharedInstance)
var request:Request = Request(url: "<your protected resource url>")
r.send(completionHandler: {(response:Response?, error:Error?) in
request.send(completionHandler: {(response:Response?, error:Error?) in
//code handling the response here
})
```
Expand Down

0 comments on commit 070a8a7

Please sign in to comment.