|
| 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 | + |
1 | 3 | # OpenAPI Typescript Codegen
|
2 | 4 |
|
3 | 5 | [![NPM][npm-image]][npm-url]
|
|
15 | 17 | - Supports generation of TypeScript clients
|
16 | 18 | - Supports generations of Fetch, Node-Fetch, Axios, Angular and XHR http clients
|
17 | 19 | - Supports OpenAPI specification v2.0 and v3.0
|
| 20 | +- Partial support of OpenAPI specification v3.1 |
18 | 21 | - Supports JSON and YAML files for input
|
19 | 22 | - Supports generation through CLI, Node.js and NPX
|
20 | 23 | - Supports tsc and @babel/plugin-transform-typescript
|
@@ -62,24 +65,3 @@ Documentation
|
62 | 65 |
|
63 | 66 | The main documentation can be found in the [openapi-typescript-codegen/wiki](https://github.com/ferdikoomen/openapi-typescript-codegen/wiki)
|
64 | 67 |
|
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