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 to

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

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

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. For

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 email

java.net.UnknownhostException

2017-10-04 Thread Ramya Satvik
Hi, I am using swagger codegen to generate client libraries for java. when it try to run I am getting unknownhost exception.. tried investigating.. okhttpclient is expecting proxy info. tried Proxy proxyTest = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(, )) com.square.okhttpClient.setP

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 wrote: > Hi , > > I am

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 wrote: > We've got some json REST API implemented with *go-swagger*. Now we would > like to add some simple web UI (several

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 wrote: > Hi Ramya, > > Sorry about the late reply. > > Like swagger.json i am not sure can help me hel