swagger-axios-codegen
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "./dist/index", | ||
@@ -32,2 +32,2 @@ "typings": "./dist/", | ||
} | ||
} | ||
} |
# swagger-axios-codegen | ||
swagger client to use axios and typescript | ||
@@ -8,4 +9,2 @@ [![NpmVersion](https://img.shields.io/npm/v/swagger-axios-codegen.svg)](https://www.npmjs.com/package/swagger-axios-codegen) | ||
swagger client to use axios and typescript | ||
it will always resolve `axios.response.data` or reject `axios.error` with Promise | ||
@@ -12,0 +11,0 @@ |
71421
130