Skip to content

Commit cd1c039

Browse files
committed
Merge remote-tracking branch 'upstream/master' into sync-fork
2 parents eae3d99 + efa80da commit cd1c039

32 files changed

+4444
-4133
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
@@ -59,42 +59,21 @@ $ openapi --help
5959
$ openapi --input ./spec.json --output ./generated --client xhr
6060
```
6161

62-
## Docker usage
62+
Documentation
63+
===
6364

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

66-
```
67-
docker build . --tag openapi-typescript-codegen
68-
```
67+
Sponsors
68+
===
6969

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

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

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

9978
[npm-url]: https://npmjs.org/package/openapi-typescript-codegen
10079
[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)