dolphin icon indicating copy to clipboard operation
dolphin copied to clipboard

use native http module instead of request dependency

Open endel opened this issue 6 years ago • 1 comments

I've found redbird today, and was going to test it, but noticed that redbird has too many dependencies. dolphin/request being one of them.

This pull-request just removes request, as it has 20 dependencies only for using GET + JSON parsing.

See the dependency graph below:

Screenshot 2019-03-29 at 15 31 07

And now, without request:

Screenshot 2019-03-29 at 15 53 18

endel avatar Mar 29 '19 18:03 endel

BTW, I couldn't run the unit tests. I'd appreciate if you can validate if this change doesn't break anything 🙏

endel avatar Mar 29 '19 18:03 endel