Re: Java to JSON to HTML?

2017-12-20 Thread PJ Fanning
My team uses https://github.com/int128/gradle-swagger-generator-plugin in our project's gradle build to output swagger docs as HTML. We use some custom gradle scripting to create the swagger yaml and run it through the grade-swagger-generator-plugin

Re: Java to JSON to HTML?

2017-12-19 Thread 'Calder Carey' via Swagger
On Tue, 12/19/17, <rpa...@zymergen.com> wrote: Subject: Re: Java to JSON to HTML? To: "Swagger" <swagger-swaggersocket@googlegroups.com> Date: Tuesday, December 19, 2017, 7:17 PM No one seems interested in this thre

Re: Java to JSON to HTML?

2017-12-19 Thread rparks
t;> rpa...@zymergen.com" <rpa...@zymergen.com> >> *Reply-To: *"swagger-swaggersocket@googlegroups.com" < >> swagger-swaggersocket@googlegroups.com> >> *Date: *Tuesday, December 12, 2017 at 19:13 >> *To: *Swagger <swagger-swaggersocket@goog

Re: Java to JSON to HTML?

2017-12-13 Thread Rebecca Parks
uot;swagger-swaggersocket@googlegroups.com" < > swagger-swaggersocket@googlegroups.com> > *Date: *Tuesday, December 12, 2017 at 19:13 > *To: *Swagger <swagger-swaggersocket@googlegroups.com> > *Subject: *Java to JSON to HTML? > > > > Hello, > > > >

Re: Java to JSON to HTML?

2017-12-12 Thread Ron Ratovsky
om" <swagger-swaggersocket@googlegroups.com> Date: Tuesday, December 12, 2017 at 19:13 To: Swagger <swagger-swaggersocket@googlegroups.com> Subject: Java to JSON to HTML? Hello, I'm new to Swagger, and although I've done some trivial Java coding, I'm not a "real&qu

Java to JSON to HTML?

2017-12-12 Thread rparks
Hello, I'm new to Swagger, and although I've done some trivial Java coding, I'm not a "real" programmer. My goal is to convert Java annotations that define a REST API to a JSON file, and then convert the JSON file to HTML documentation for the API. There's lots of information about what the