Skip to content

Commit aec4134

Browse files
committed
Merge branch 'master' into nextjsfetch
2 parents b107e8e + 42a51ec commit aec4134

32 files changed

+4846
-4238
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [ferdikoomen]

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.27.0] - 2024-01-15
5+
### Fixed
6+
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0
7+
8+
## [0.26.0] - 2024-01-07
9+
### Fixed
10+
- Upgraded dependencies
11+
412
## [0.25.0] - 2023-07-05
513
### Fixed
614
- Upgraded dependencies

README.md

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -61,42 +61,21 @@ $ openapi --help
6161
$ openapi --input ./spec.json --output ./generated --client xhr
6262
```
6363

64-
## Docker usage
64+
Documentation
65+
===
6566

66-
To build the Docker container, execute the following command:
67+
The main documentation can be found in the [openapi-typescript-codegen/wiki](https://github.com/ferdikoomen/openapi-typescript-codegen/wiki)
6768

68-
```
69-
docker build . --tag openapi-typescript-codegen
70-
```
69+
Sponsors
70+
===
7171

72-
After this is done, you can execute the CLI commands:
72+
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
7373

74-
```
75-
docker run openapi-typescript-codegen --help
76-
docker run openapi-typescript-codegen --input sample.yaml --output client
77-
```
74+
If you're from an enterprise looking for a fully managed SDK generation, please consider our sponsor:
7875

79-
Documentation
80-
===
81-
- [Basic usage](docs/basic-usage.md)
82-
- [OpenAPI object](docs/openapi-object.md)
83-
- [Client instances](docs/client-instances.md) `--name`
84-
- [Argument vs. Object style](docs/arguments-vs-object-style.md) `--useOptions`
85-
- [Enums vs. Union types](docs/enum-vs-union-types.md) `--useUnionTypes`
86-
- [Runtime schemas](docs/runtime-schemas.md) `--exportSchemas`
87-
- [Enum with custom names and descriptions](docs/custom-enums.md)
88-
- [Nullable props (OpenAPI v2)](docs/nullable-props.md)
89-
- [Authorization](docs/authorization.md)
90-
- [External references](docs/external-references.md)
91-
- [Canceling requests](docs/canceling-requests.md)
92-
- [Custom request file](docs/custom-request-file.md)
93-
94-
Support
95-
===
96-
- [Babel support](docs/babel-support.md)
97-
- [Axios support](docs/axios-support.md)
98-
- [Angular support](docs/angular-support.md)
99-
- [Node-Fetch support](docs/node-fetch-support.md)
76+
<a href="https://speakeasyapi.dev/?utm_source=ferdi+repo&utm_medium=github+sponsorship">
77+
<img alt="speakeasy" src="https://storage.googleapis.com/speakeasy-design-assets/ferdi-sponsorship.png" width="640"/>
78+
</a>
10079

10180
[npm-url]: https://npmjs.org/package/openapi-typescript-codegen
10281
[npm-image]: https://img.shields.io/npm/v/openapi-typescript-codegen.svg

docs/angular-support.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/arguments-vs-object-style.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/authorization.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/axios-support.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/babel-support.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/basic-usage.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)