File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import * as CodeGenerator from "@himenon/openapi-typescript-code-generator";
2828
2929const main = () => {
3030 const params: CodeGenerator .Params = {
31- version: " v3" ,
3231 entryPoint: " your/openapi/spec.yml" , // support .yml, .yaml, .json
3332 };
3433 const code = CodeGenerator .generateTypeScriptCode (params );
@@ -53,7 +52,6 @@ import * as CodeGenerator from "../lib";
5352
5453const main = () => {
5554 const params: CodeGenerator .Params = {
56- version: " v3" ,
5755 entryPoint: " your/openapi/spec.yml" , // support .yml, .yaml, .json
5856 option: {
5957 makeApiClient : (context : ts .TransformationContext , codeGeneratorParamsList : CodeGenerator .Converter .v3 .CodeGeneratorParams []): ts .Statement [] => {
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import * as CodeGenerator from "@himenon/openapi-typescript-code-generator";
2626
2727const main = () => {
2828 const params: CodeGenerator .Params = {
29- version: " v3" ,
3029 entryPoint: " your/openapi/spec.yml" , // support .yml, .yaml, .json
3130 };
3231 const code = CodeGenerator .generateTypeScriptCode (params );
@@ -51,7 +50,6 @@ import * as CodeGenerator from "../lib";
5150
5251const main = () => {
5352 const params: CodeGenerator .Params = {
54- version: " v3" ,
5553 entryPoint: " your/openapi/spec.yml" , // support .yml, .yaml, .json
5654 option: {
5755 makeApiClient : (context : ts .TransformationContext , codeGeneratorParamsList : CodeGenerator .Converter .v3 .CodeGeneratorParams []): ts .Statement [] => {
You can’t perform that action at this time.
0 commit comments