Multiple aggregators need to do an HTTP GET to fetch either json, html or plain text data.
Currently that code is duplicated among aggregators, even though the kind of error handling code it needs to do is quite similar.
Abstract it out so that aggregators can reuse it, and then they just have to perform a different extraction step.
Multiple aggregators need to do an HTTP GET to fetch either json, html or plain text data.
Currently that code is duplicated among aggregators, even though the kind of error handling code it needs to do is quite similar.
Abstract it out so that aggregators can reuse it, and then they just have to perform a different extraction step.