Re: Wiki/Knowledge Base Tools which support swagger

2016-08-08 Thread Ron Ratovsky
It sounds like you’re looking for a developer portal solution? From: on behalf of "john.medfo...@blacksquaremedia.com" Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: Swagger for Spring 3 MVC

2016-08-08 Thread Ron Ratovsky
Spring Core is not really relevant. What’s relevant is the framework you use to expose your REST API. If you use SpringMVC, you want to use Springfox, if you use a JAX-RS implementation, then opt for swagger-core. From: on behalf of Vishal

Re: Multiple authentications and associated problems

2016-08-08 Thread Ron Ratovsky
Okay, so that’s not good. Can you share your spec so I can test it locally? You can send it in private if you prefer. From: on behalf of Andrew Campbell Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: curl -X *method* --header 'Accept: application/json' not working

2016-08-08 Thread Natalia Queiroz
Ron, I'm using the master version of Swagger Em quarta-feira, 27 de julho de 2016 18:19:40 UTC-3, Ron escreveu: > > What version is that? > > > > > > > > > > *From: * on behalf of > Natalia Queiroz > *Reply-To:

Wiki/Knowledge Base Tools which support swagger

2016-08-08 Thread john . medforth
Hi, I'm looking to create a knowledge base for one of my clients. They would like the usual client facing documentation, how to, faqs etc. I would also like to include a couple of swagger endpoints and have the API description. Does anyone know of any off the shelf tools which would meet

Re: Swagger with Akka-HTTP

2016-08-08 Thread lpresswood
Our development team currently does not have any depth using Scala. There is a java dsl for akka-http but I have not seen any swagger support for java. Is anyone aware of any support out there either now or in the future? Thanks On Wednesday, May 6, 2015 at 1:57:29 AM UTC-4, tony tam wrote:

Re: Swagger throws “Swagger Error Not a valid parameter definition”

2016-08-08 Thread Benjamin SOULAS
Thanks, I forgot to say I work on this editor. Le lundi 8 août 2016 10:19:37 UTC+2, tony tam a écrit : > > Change "paramType" to "in" for starters. I suggest checking syntax with > http://editor.swagger.io > > On Aug 8, 2016, at 9:54 AM, Benjamin SOULAS > wrote: > >

Re: Swagger throws “Swagger Error Not a valid parameter definition”

2016-08-08 Thread Tony Tam
Change "paramType" to "in" for starters. I suggest checking syntax with http://editor.swagger.io > On Aug 8, 2016, at 9:54 AM, Benjamin SOULAS > wrote: > > Hello people, I am trying to generate my own REST server in python Flask > framework, actually I only have

Swagger throws “Swagger Error Not a valid parameter definition”

2016-08-08 Thread Benjamin SOULAS
Hello people, I am trying to generate my own REST server in python Flask framework, actually I only have a GET method and a POST one. But the POST method IS the problem about paramters which seems not to correspond to the YAML Syntax in Swagger. The idea, I need the template ID which is into