-
Notifications
You must be signed in to change notification settings - Fork 34
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
fetch reducer #428
fetch reducer #428
Conversation
only expose main methods/classes re ViacomInc#426
|
||
For documentation on this module's api: [http://data-point.github.com/reducers/fetch](http://data-point.github.com/reducers/fetch). | ||
|
||
For data-point's documentation visit its [home page](http://data-point.github.com) ([http://data-point.github.com](http://data-point.github.com)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and the url from above are wrong, will update them once we know their final destination.
Codecov Report
@@ Coverage Diff @@
## canary #428 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 29 35 +6
Lines 482 530 +48
Branches 74 84 +10
=====================================
+ Hits 482 530 +48
Continue to review full report at Codecov.
|
… 426-fetch-reducer
… 426-fetch-reducer
… into 426-fetch-reducer
What:
Adds a reducer to fetch resources, this reducer is just a wrapper for the node-fetch package.
closes #426
Checklist: