Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 8082df4

Browse files
authored
docs: remove v3 (Himenon#5)
1 parent 601cfbb commit 8082df4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import * as CodeGenerator from "@himenon/openapi-typescript-code-generator";
2828

2929
const 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

5453
const 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[] => {

Diff for: docs/ja/README-ja.md

-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import * as CodeGenerator from "@himenon/openapi-typescript-code-generator";
2626

2727
const 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

5251
const 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[] => {

0 commit comments

Comments
 (0)