Customize Swagger UI

2018-10-23 Thread Mehmood Ghaffar
Hi, how do I customize the default swagger layout? I want to show only the operations and the Tags wrapping around these operations. I am using swagger plugin in my Gradle application and defined my own Gradle task to do specific operations.

Retrieve info:version and info:x-last-updated fields after generation...

2018-10-23 Thread Eric Brown
Is there a way to obtain the info:version and info:x-last-updated swagger yaml file fields AFTER it's been generated (using golang)? I want to be able to expose an endpoint with this data so that I can hit and immediately know what version of our swagger it was generated with... Thanks in