Hi, Just started using swagger and getting familiar to the tools. Had few queries:
1) When i generate the python client from swagger-editor, i notice that it names my api as DefaultApi. Is there a way to change this in such a way that whenever folks in my team generate other swagger doc to python client the same of the base class, i.e DEfaultApi can be kept same.. 2) what paramter do i need to set inorder to verify ssl requests? I tried setting verify_ssl to true but i get ssl certificate_verify_failed. I think by default it picks up certifi/cacert.pem but it doesn't seem to work. tried to set my certificate to varialble ssl_ca_cert in Confguration file but no luck. 3) Do you have an example to on how to use the model files generated for the API's by swagger codegen? From what i understand so far, i could just have a instance of DefaultApi and call the methods (get,post etc) and then play with the reponse data. Now what additional benefit can models provide since i already have the response data. Sorry for being naive.. Appreciate your help. dips -- 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.
