Java project - Swagger with ant

2018-01-31 Thread Ramya
- strapdown.html.hbs But these json files format is different from swagger.json. Could you please provide me Swagger template or suggest me any other alternative to generate swagger.json file at build time for Ant project. Thanks, Ramya -- You received this message because you are subscribed

Re: Swagger ANT Task generating empty JSON

2018-02-01 Thread Ramya
Also, can you share the jars that you have in SwaggerAntLib. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com. For

Re: Swagger ANT Task generating empty JSON

2018-01-31 Thread Ramya
Does your java file import import com.wordnik.swagger.annotations.Api; or import io.swagger.annotations.Api; It will work with import com.wordnik.swagger.annotations.Api;. Can you share me the template file you are using. For me, it is generating the json file but

authentication in nodejs

2018-02-13 Thread Ramya
how to configure the username and password for authentication? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggersocket+unsubscr...@googlegroups.com.

Swagger.

2017-09-15 Thread Ramya c
Hi, I need to learn the swagger.io. I have REST API's already. But need to convert them to swagger. How can i do it??? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Swagger js codegen on how to generate models

2018-02-05 Thread Ramya kadimetla
Hi Vijay, I am sorry, I haven't used swagger codegen. Even I am new to swagger, since two weeks, I am working on swagger and I was able to generate swagger.json for ant project. Thanks & Regards, Ramya On Fri, Feb 2, 2018 at 10:27 AM, vijay kumar <vijay.solit...@gmail.com> wrote: &g

Re: Host UI components with go-swagger

2018-02-05 Thread Ramya kadimetla
Hi Ali, You can download Swagger UI code. Update the path of your yaml file in index.html. Thanks & Regards, Ramya On Tue, Feb 6, 2018 at 4:56 AM, Al Izi <capitan.vrun...@gmail.com> wrote: > We've got some json REST API implemented with *go-swagger*. Now we would > like to add

Re: Swagger js codegen on how to generate models

2018-02-09 Thread Ramya kadimetla
Hi Vijay, I am using swagger-ant-task.0.0.2 jar for generating swagger.json file for ant project. Thanks & Regards, Ramya On Thu, Feb 8, 2018 at 10:47 PM, vijay kumar <vijay.solit...@gmail.com> wrote: > Hi Ramya, > > Sorry about the late reply. > > Like swagger.json