swagger-codegen-generators
swagger-codegen-generators copied to clipboard
Bug Fixes and Improvements to `typescript-axios` generator
- (templates/typescript-axios/apiInner) made AxiosParamCreator and Factory interface arrow functions
- (templates/typescript-axios/apiInner) Bug fix for @param with generic dataTypes
- (templates/typescript-axios/modelGeneric) Fixed bug for multi-line jsdoc descriptions
- (templates/typescript-axios/modelGeneric) Added support for examples in jsdocs
- (templates/typescript-axios/modelGeneric) Now imports dependencies from #imports
- (generator/typescript-axios) Added npmName, npmVersion, and npmRepository custom options support
- (templates/typescript-axios) Minor style improvements
- (docs) Fixed typos in README.md
Addresses a portion of #847
Passing a config.json file does not seem to set the npmName, npmVersion, etc. CLI options. Does anyone know why this could be?