-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace second use of requests module
The deprecated requests module was also being used in `base#makeRequests` even though it was no longer in the list of installed packages in package.json browserify was pulling it it which was the root cause of the package being so bloated (because I was not longer replaceing requests with xhr). This replaces `request` with `node-fetch` in `makeRequest`. `makeRequest`s isn't not actually used anywhere. All API calls actually are going through `runAction` instead and I think maybe `makeRequest`s should just be removed but in order to do that we need to get more clarity around what is public vs private.
- Loading branch information
Showing
4 changed files
with
1,577 additions
and
1,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.