ibm-bluemix-mobile-services/bms-clientsdk-android-core

Exception while calling to Request

Closed this issue · 2 comments

If I'm making simple request without calling to BMSClient.getInstance().initialize first

request like this
Request request = new Request("/protectedResource", Request.GET);

Then I'm getting exception (NullPointerException) and not a call to onFailure of the listener

The exception happen what I'm making request to 'protectedResource' that is not yet defined in mu bluemix app

Can you post the stack trace you get?