Skip to content

Commit ab92ec1

Browse files
committed
- Added correct link in readme
- Updated test case with default values
1 parent 7a69f60 commit ab92ec1

File tree

4 files changed

+144
-275
lines changed

4 files changed

+144
-275
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,5 +276,11 @@ OpenAPI.TOKEN = 'some-bearer-token';
276276
```
277277

278278

279-
### Compare to other libraries
280-
[samples/README.html](https://htmlpreview.github.io/?https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/samples/README.html)
279+
### Compare to other generators
280+
281+
Depending on which swagger generator you use, you will see different output.
282+
For instance: Different ways of generating models, services, level of quality,
283+
HTTP client, etc. I've compiled a list with the results per area and how they
284+
compare against the openapi-typescript-codegen.
285+
286+
[Click here to see the comparison](https://htmlpreview.github.io/?https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/samples/index.html)

0 commit comments

Comments
 (0)