Sean Lafferty
Sean Lafferty
Should scalar display the required scopes for an endpoint, or is that out of scope for the work being discussed here?
How do I use the current definition without compiler errors? It seems the isArray check is no longer sufficient since the type is not `OptionType | OptionType[]` and typescript can't...
@wing328 The `original` option does not prevent the underscore prefix How I tried: ``` docker run --rm -v ${PWD}:/local openapitools/openapi-generator-cli:v4.0.0-beta generate \ -i /local/test.yaml \ -g typescript-axios \ -o /local/out/ts...
I use a dirty sed to get around this for now `gsed -i 's/_default?:/default?:/' src/models/*;`
Yup, that is the distinction the generator currently makes. Of note is that all the methods attached to a service need to point to the renamed `openapiv2_tag`, and not the...