watson-developer-cloud / android-sdk

:high_brightness: Android SDK to use the IBM Watson services.
http://watson-developer-cloud.github.io/android-sdk/
Apache License 2.0
146 stars 94 forks source link

Update example to use IAM options rather than username and password. #77

Closed rogerxaic closed 5 years ago

rogerxaic commented 5 years ago

Summary

The example app now uses IAMOptions rather than a username and a password. This reflects the update on APIs' Service Credentials which as of October 2018 no longer provide usernames and passwords but API keys.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 5 years ago

Codecov Report

Merging #77 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #77   +/-   ##
====================================
  Coverage       0%    0%           
====================================
  Files           1     1           
  Lines         173   173           
  Branches       11    11           
====================================
  Misses        173   173
Impacted Files Coverage Δ
...oper_cloud/android/myapplication/MainActivity.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 91e5214...cacd449. Read the comment docs.