return Username(of the requested profile).

Issue #18 resolved
Ratan Dhawtal created an issue

I was working on the database (userprofile). Just got a little problem...The api isn't returning a username.

I need the username to store the details with the right user when we start a profile offline.

To solve this problem (inside atarashii) we need to create a new string that is passing the username to the getRecordDataFromJSONObject() function.

I personally don't like this solution. We could just add a json object to the api which contains the username. This will be the best method i can think of.

Comments (3)

  1. Ratan Dhawtal reporter

    I made a custom solution which is far better than passing the username around. This issue can be closed.

  2. Log in to comment