Skip to content

Commit 27777b2

Browse files
Update README.md
1 parent afb4448 commit 27777b2

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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+
13
# OpenAPI Typescript Codegen
24

35
[![NPM][npm-image]][npm-url]
@@ -15,6 +17,7 @@
1517
- Supports generation of TypeScript clients
1618
- Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
1719
- Supports OpenAPI specification v2.0 and v3.0
20+
- Partial support of OpenAPI specification v3.1
1821
- Supports JSON and YAML files for input
1922
- Supports generation through CLI, Node.js and NPX
2023
- Supports tsc and @babel/plugin-transform-typescript
@@ -62,24 +65,3 @@ Documentation
6265

6366
The main documentation can be found in the [openapi-typescript-codegen/wiki](https://github.com/ferdikoomen/openapi-typescript-codegen/wiki)
6467

65-
Sponsors
66-
===
67-
68-
If you or your company use the OpenAPI Typescript Codegen, please consider supporting me. By sponsoring I can free up time to give this project some love! Details can be found here: https://github.com/sponsors/ferdikoomen
69-
70-
If you're from an enterprise looking for a fully managed SDK generation, please consider our sponsor:
71-
72-
<a href="https://speakeasyapi.dev/?utm_source=ferdi+repo&utm_medium=github+sponsorship">
73-
<img alt="speakeasy" src="https://storage.googleapis.com/speakeasy-design-assets/ferdi-sponsorship.png" width="640"/>
74-
</a>
75-
76-
[npm-url]: https://npmjs.org/package/openapi-typescript-codegen
77-
[npm-image]: https://img.shields.io/npm/v/openapi-typescript-codegen.svg
78-
[license-url]: LICENSE
79-
[license-image]: http://img.shields.io/npm/l/openapi-typescript-codegen.svg
80-
[coverage-url]: https://codecov.io/gh/ferdikoomen/openapi-typescript-codegen
81-
[coverage-image]: https://img.shields.io/codecov/c/github/ferdikoomen/openapi-typescript-codegen.svg
82-
[downloads-url]: http://npm-stat.com/charts.html?package=openapi-typescript-codegen
83-
[downloads-image]: http://img.shields.io/npm/dm/openapi-typescript-codegen.svg
84-
[build-url]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master
85-
[build-image]: https://circleci.com/gh/ferdikoomen/openapi-typescript-codegen/tree/master.svg?style=svg

0 commit comments

Comments
 (0)