You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an entry point in `option.makeApiClient` to generate non-typed code.
46
+
We have an entry point in `option.rewriteCodeAfterTypeDeclaration` to generate non-typed code.
45
47
The first argument can be TypeScript's `TransformationContext`, and the second argument contains the information of the type definition generated before this.
46
48
By using [ts-ast-viewer](https://ts-ast-viewer.com), code extension by AST can facilitate code extension.
47
49
@@ -56,7 +58,7 @@ const main = () => {
56
58
const params:CodeGenerator.Params= {
57
59
entryPoint: "your/openapi/spec.yml", // support .yml, .yaml, .json
0 commit comments