I'm sure there is an easy way to do this, basically I am trying to override the loadInventoryData and update the inventory results based on the current user.
I know when I extend the API by using addRequestHandler the sender is sent as a a parameter in handleClientRequest but I am wondering how I can get this user info inside the following:
@Override
public String loadInventoryData(String inventoryId)
{
}
Sorry if this is documented somewhere but I have looked and haven't found how to do this.
