From 06945f3592cac7e873bf43f10c57f368ff6fffe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=20Czapli=C5=84ski?= <13603834+MattCCC@users.noreply.github.com> Date: Sat, 29 May 2021 22:37:31 +0200 Subject: [PATCH] Update ECOSYSTEM.md Add axios-multi-api to the list --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 9c726459f4..c993ec5007 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -18,6 +18,7 @@ This is a list of axios related libraries and resources. If you have a suggestio * [r2curl](https://github.com/uyu423/r2curl) - Extracts the cURL command string from the Axios object. (AxiosResponse, AxiosRequestConfig) * [swagger-taxos-codegen](https://github.com/michalzaq12/swagger-taxos-codegen) - Axios based Swagger Codegen (tailored for typescript) * [axios-endpoints](https://github.com/renancaraujo/axios-endpoints) - Axios endpoints helps you to create a more concise endpoint mapping with axios. +* [axios-multi-api](https://github.com/MattCCC/axios-multi-api) - Easy API handling whenever there are many endpoints to add. It helps to make Axios requests in an easy and declarative manner. ### Logging and debugging