From 0c4bf3cdbd937984505403d7ec15b1cbb8cedb05 Mon Sep 17 00:00:00 2001 From: Anthony Gauthier Date: Thu, 5 Jul 2018 14:08:41 -0400 Subject: [PATCH] Added axios-curlirize (#1653) * Added axios-curlirize to Ecosystem documentation --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 106f1be..43615e1 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -18,3 +18,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [axios-extensions](https://github.com/kuitos/axios-extensions) - A collection of axios extensions, including throttle and cache GET request plugin. * [redux-saga-requests](https://github.com/klis87/redux-saga-requests) - Redux-Saga addon to simplify handling of AJAX requests. * [axios-fetch](https://github.com/lifeomic/axios-fetch) - A WebAPI Fetch implementation backed by an Axios client +* [axios-curlirize](https://www.npmjs.com/package/axios-curlirize) - Logs axios requests as curl commands, also adds a property to the response object with the curl command as value.