I'm using the httpClient.get() in ACE to request a resource and I would like to write that to the db using the addon.settings.set() method, however I couldn't figure out a way of accessing the addon object in the response callback.
Any input is appreciated.