swagger-api / swagger-codegen

swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition.
http://swagger.io
Apache License 2.0
17.04k stars 6.03k forks source link

Question: Clojure: How to use client certificate authentication? #2383

Open ghost opened 8 years ago

ghost commented 8 years ago

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?

xhh commented 8 years ago

The generated Clojure client uses clj-http, which seems not support client certificates yet: dakrone/clj-http#252