Skip to content
This repository was archived by the owner on Jun 14, 2026. It is now read-only.

Add superagent request builder#29

Open
maattam wants to merge 3 commits into
Vincit:masterfrom
maattam:mm-add-superagent-request-builder
Open

Add superagent request builder#29
maattam wants to merge 3 commits into
Vincit:masterfrom
maattam:mm-add-superagent-request-builder

Conversation

@maattam

@maattam maattam commented Sep 29, 2016

Copy link
Copy Markdown

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

coveralls commented Sep 29, 2016

Copy link
Copy Markdown

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.

Comment thread lib/http/index.js
RangeParser: require('./range-parser').RangeParser,
request: require('./request')
request: require('./request'),
requestBuilder: require('./request-builder').requestBuilder

Copy link
Copy Markdown

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants