swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
I am generating Clojure code with swagger-codegen. How would I call the generated functions with client certificates to make them use these when establishing a connection to the HTTPS API endpoint?
I am generating Clojure code with
swagger-codegen
. How would I call the generated functions with client certificates to make them use these when establishing a connection to the HTTPS API endpoint?