New Swagger libraries for Clojure

2016-09-01 Thread Oliver Hine
Hi all, I thought I'd let you all know about a couple of libraries I've been working on in Clojure. *pedestal-api* A library for building APIs on the pedestal web server. It implements the parts of HTTP that are useful for APIs and allows you to document your handlers and middleware using

Change REST controller link name from auto-generated

2016-09-01 Thread Ilya Zinkevich
Hi all, By default, SwaggerUI in java generates such names for Spring controller classes: AaaaController.java - > -controller AaaaBbbbController.java - > --controller Can I change this somehow? Ideally, I'd like to define explicit names. BR, Ilya -- You received this message