From c60c009cbcf2fad3dec784ca944a12bdb5076e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zarach?= Date: Wed, 27 May 2020 19:12:49 +0200 Subject: [PATCH] Include swagger-taxos-codegen in ECOSYSTEM.md (#2162) Co-authored-by: Jay --- ECOSYSTEM.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ECOSYSTEM.md b/ECOSYSTEM.md index 079c7a8e36..df5df09c4d 100644 --- a/ECOSYSTEM.md +++ b/ECOSYSTEM.md @@ -15,6 +15,7 @@ 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) +* [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. ### Logging and debugging @@ -35,4 +36,4 @@ This is a list of axios related libraries and resources. If you have a suggestio * [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-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) — Axios adapter that allows to easily mock requests * [moxios](https://github.com/axios/moxios) - Mock axios requests for testing -* [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios \ No newline at end of file +* [mocha-axios](https://github.com/jdrydn/mocha-axios) - Streamlined integration testing with Mocha & Axios