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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
This Repo is a fork of the original codebase that was created to support OpenAPI spec v3.1. The original motivation was to be able to support schema generated by [FastAPI](https://fastapi.tiangolo.com/) versions 0.100 and above.
2
-
3
1
# OpenAPI Typescript Codegen
4
2
5
3
[![NPM][npm-image]][npm-url]
@@ -11,6 +9,9 @@ This Repo is a fork of the original codebase that was created to support OpenAPI
11
9
12
10
> Node.js library that generates Typescript clients based on the OpenAPI specification.
13
11
12
+
This Repo is a fork of the original codebase that was created to support OpenAPI spec v3.1. The original motivation was to be able to support schema generated by [FastAPI](https://fastapi.tiangolo.com/) versions 0.100 and above.
13
+
14
+
14
15
## Why?
15
16
- Frontend ❤️ OpenAPI, but we do not want to use JAVA codegen in our builds
16
17
- Quick, lightweight, robust and framework-agnostic 🚀
0 commit comments