You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# OpenAPI Generator for TypeScript client library using Fetch API and API interfaces
2
2
3
+
## Features
4
+
5
+
* Generates code that resembles plain `fetch` calls
6
+
* Supports `anyOf`-polymorphism with union types and discriminators
7
+
* Implements `enum` with union types
8
+
* Supports `query` parameter options `explode` and `style`
9
+
* Supports `securitySchemes`
10
+
* Support blob response types
11
+
* Generated code have no eslint or prettier warnings except long lines
12
+
3
13
## Overview
4
14
5
15
This is a plugin to [OpenApi Generator](https://openapi-generator.tech/) which generates Typescript client libraries from openapi specifications using the native `fetch` method. The generated code has no dependencies.
0 commit comments