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 superagent request builder #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

maattam
Copy link

@maattam maattam commented Sep 29, 2016

Needed to change some imports for dodo-core-features and dodo-starterkit.

Dodo.js should be released to npm with these changes so dodo-core-features and dodo-starterkit can be fixed.

Matti Määttä added 3 commits September 29, 2016 09:36
- Change TestHelper to use new RequestBuilder
lib/utils/multi-require-js exports a function..
@coveralls
Copy link

coveralls commented Sep 29, 2016

Coverage Status

Coverage decreased (-3.3%) to 88.186% when pulling 83ed980 on matti-vincit:mm-add-superagent-request-builder into 20e35d7 on Vincit:master.

@@ -1,4 +1,5 @@
module.exports = {
RangeParser: require('./range-parser').RangeParser,
request: require('./request')
request: require('./request'),
requestBuilder: require('./request-builder').requestBuilder
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had thought to put this under util and drop the http directory completely. So there would be 2 different request modules at the same time so that people can easily migrate deprecated requests calls to new ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants