From 6b0ccd13fa3fd87e256d5e220ddc6ce935fa72dd Mon Sep 17 00:00:00 2001 From: Renan Date: Tue, 28 May 2019 13:55:33 -0300 Subject: [PATCH] Update ECOSYSTEM.md - Add Axios Endpoints (#2176) --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 41461ec31f..77bf978dae 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -23,3 +23,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [axios-actions](https://github.com/davestewart/axios-actions) - Bundle endpoints as callable, reusable services * [axios-api-versioning](https://weffe.github.io/axios-api-versioning) - Add easy to manage api versioning to axios * [r2curl](https://github.com/uyu423/r2curl) - Extracts the cURL command string from the Axios object. (AxiosResponse, AxiosRequestConfig) +* [axios-endpoints](https://github.com/renancaraujo/axios-endpoints) - Axios endpoints helps you to create a more concise endpoint mapping with axios.