Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reducer to fetch external resources #426

Open
acatl opened this issue Sep 11, 2019 · 0 comments
Open

Add reducer to fetch external resources #426

acatl opened this issue Sep 11, 2019 · 0 comments
Assignees

Comments

@acatl
Copy link
Collaborator

acatl commented Sep 11, 2019

Problem description:

Add new reducer to fetch external resources, this is to give an alternative solution to the previous implementation of the Request entity which is no longer planned to be included as part of the data-point package.

This new reducer should be in-line with the idea of simplifying things and the ability to use backend and frontend, with backend having higher priority.

Suggested solution:

Create a reducer that wraps the node-fetch module.

The interface should expose url, options and a way to post-process the response.

Environment:

  • data-point version: canary
@acatl acatl added this to the v6 Feature Complete milestone Sep 11, 2019
@acatl acatl self-assigned this Sep 11, 2019
acatl added a commit to acatl/data-point that referenced this issue Sep 11, 2019
only expose main methods/classes

re ViacomInc#426
acatl added a commit to acatl/data-point that referenced this issue Sep 11, 2019
acatl added a commit to acatl/data-point that referenced this issue Sep 11, 2019
@acatl acatl mentioned this issue Sep 11, 2019
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant