Hello, I'm trying to add oAuth 1.0a support to the python template found here <https://github.com/swagger-api/swagger-codegen/tree/master/modules/swagger-codegen/src/main/resources/python> .
Essentially, I'd like to be able to modify the existing template to import an additional file named oauth.py and have this file be copied over in the final output directory when using swagger-codegen with the --template-dir flag. However, I've noticed that any new files added to the template are ignored. Is there a way to do this, without having to go through the entire process outlined here <https://github.com/swagger-api/swagger-codegen#making-your-own-codegen-modules> which would involve making my own module, just to add a new file to the template. I'm using the latest stable build of swagger-codegen (2.3.1) Let me know if theres any other details thats needed. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
