From f06ee7390f30abadb26826e371f40e3f960a3fba Mon Sep 17 00:00:00 2001 From: Kuitos Date: Wed, 18 Oct 2017 11:26:49 +0800 Subject: [PATCH] Adding axios-extensions to the ecosystem --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 010eeba..7f32b4e 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -15,3 +15,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios * [axiosist](https://github.com/Gerhut/axiosist) - Axios based supertest: convert node.js request handler to axios adapter, used for node.js server unit test. * [axios-cache-plugin](https://github.com/jin5354/axios-cache-plugin) - Help you cache GET request when using axios. +* [axios-extensions](https://github.com/kuitos/axios-extensions) - A collection of axios extensions, including throttle and cache GET request plugin.