Skip to content

Commit 5a17fa8

Browse files
authored
Update README.md
1 parent ece48f1 commit 5a17fa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ A swagger client uses axios and typescript
66
[![npm](https://img.shields.io/npm/dm/swagger-axios-codegen.svg)](https://www.npmjs.com/package/swagger-axios-codegen)
77
[![open issues](https://img.shields.io/github/issues-raw/manweill/swagger-axios-codegen.svg)](https://img.shields.io/github/issues-raw/manweill/swagger-axios-codegen.svg)
88

9-
9+
```
1010
< v0.16 require node > v10.0.0
11+
1112
>= v0.16 require node >= v0.16
13+
```
14+
1215
it will always resolve `axios.response.data` or reject `axios.error` with Promise
1316

1417
support other similar to `axios` library, for example [Fly.js](https://github.com/wendux/fly), required setting `ISwaggerOptions.useCustomerRequestInstance = true`

0 commit comments

Comments
 (0)