* Create one function to connect to all of sources * Implement inside the function the logic to know what source is it. * Connect to one of the sources of data. * Transform/Translate into right python dict so burp_reports will read it. Or use same format as burpui? * Reuse same function to be able to expose as rest api. * Use async from burpui? use python [hug](http://www.hug.rest/) module?
use python hug module?