We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I would like to report the problem happened in our team.
The --api-class-name option has no default value.
--api-class-name
When our team runs:
swagger-typescript-api -p ./swagger.yaml
... export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> { ...
... export class undefined<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> { ...
It seems to me that the --api-class-name should have a default value, for example Api.
Api
The text was updated successfully, but these errors were encountered:
Hi @sawadyecma thanks for this issue! Fixed in 11.1.1
11.1.1
Sorry, something went wrong.
fix: --api-class-name option has no default value (#433); bump: 11.1.1
7767b19
@js2me Tnank you for your fixing !
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Hi. I would like to report the problem happened in our team.
The
--api-class-name
option has no default value.When our team runs:
expected output file is:
but actual output file is :
It seems to me that the
--api-class-name
should have a default value, for exampleApi
.Environment
The text was updated successfully, but these errors were encountered: