From 3f3057e7550f464b0308c565e3510a95ee876629 Mon Sep 17 00:00:00 2001 From: rafw87 Date: Mon, 1 Nov 2021 17:12:32 +0100 Subject: [PATCH] Add axios-url-template to Ecosystem --- ECOSYSTEM.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index c993ec5007..6b8a9d1403 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -19,6 +19,7 @@ This is a list of axios related libraries and resources. If you have a suggestio * [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. +* [axios-url-template](https://github.com/rafw87/axios-url-template) - Axios interceptor adding support for URL templates. ### Logging and debugging