Re: scala models parsing not working with swagger-scala-module "1.0.2" and swagger-play2 "1.5.3"

2017-01-16 Thread tony tam
I think that’s more of an SBT concern. See here for how to enable snapshot repos in SBT (depends on version, of course): http://www.scala-sbt.org/1.0/docs/Resolvers.html > On Jan 14, 2017, at 4:07 PM, Михаил Ерёменко wrote: > > I`m sorry, bu

Re: Generate swagger definition from service implementation

2017-01-16 Thread tony tam
Well, you can use the tools inside swagger-core (https://github.com/swagger-api/swagger-core ) to turn a POJO into JSON or YAML, but that tool is typically used to convert an entire API into JSON or YAML. To get just a single model converted, take a

Re: Build custom module project without maven

2017-01-16 Thread tony tam
I think the answer is “do it the old fashioned way—manually”. Of course you can still build it, but you’ll have to get the dependencies on your own, and add them to the class path appropriately. I suggest getting the list of dependencies from “mvn dependency:tree” > On Jan 16, 2017, at 9:40 A

Re: Swagger UI script not compiling multiple QueryParam's

2017-01-16 Thread caldercarey via Swagger
On Tue, 1/17/17, frazierjanice629 via Swagger wrote: Subject: Re: Swagger UI script not compiling multiple QueryParam's To: swagger-swaggersocket@googlegroups.com Date: Tuesday, January 17, 2017, 3:57 AM --

Re: Swagger UI script not compiling multiple QueryParam's

2017-01-16 Thread frazierjanice629 via Swagger
On Mon, 1/16/17, Ron Ratovsky wrote: Subject: Re: Swagger UI script not compiling multiple QueryParam's To: "swagger-swaggersocket@googlegroups.com" Date: Monday, January 16, 2017, 8:18 PM #yiv6028342177 #yiv6028342177 -- _filtered #yiv6

Swagger UI script not compiling multiple QueryParam's

2017-01-16 Thread kiran v
Hello all, Swagger UI script not compiling multiple QueryParam's. Following are the details: Config in java class: @Path("submit") @POST @Consumes(MediaType.TEXT_PLAIN) @Produces(MediaType.TEXT_PLAIN) @ApiOperation(value = "Submit ", notes = "") @ApiResponses(value = {@ApiRe

Re: Swagger UI script not compiling multiple QueryParam's

2017-01-16 Thread Ron Ratovsky
Please open a ticket on swagger-ui, mentioning the version you use and providing us with a full spec so we can test it. From: on behalf of kiran v Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 16 January 2017 at 10:04 To: Swagger Subject: Swagger UI script not

Re: Swagger for SOAP services?

2017-01-16 Thread Ron Ratovsky
It is not possible, no. Swagger is intended for REST services only. From: on behalf of "andrea.penne...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Monday, 16 January 2017 at 3:58 To: Swagger Subject: Swagger for SOAP services? Hi Guys, is it possible to

Build custom module project without maven

2017-01-16 Thread lsarni
I would like to build and create the jar from a custom model without using mvn package. The project has the structure created by using this command: java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar meta \ -o output/myLibrary -n myClientCodegen -p com.my.company.codegen Ho

Swagger for SOAP services?

2017-01-16 Thread andrea . pennella
Hi Guys, is it possible to use Swagger to document SOAP services too? Within my company we have both REST and SOAP services, so I'd need a tool to create easily documentation for both. Thanks. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsu