Skip to content

Generic 'fetch/get' abstraction in aggregators #97

Description

@jjst

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions