Re: API reorder

2017-01-12 Thread diaz_carolyn97772 via Swagger
On Fri, 1/13/17, lange.kay via Swagger wrote: Subject: Re: API reorder To: swagger-swaggersocket@googlegroups.com Date: Friday, January 13, 2017, 1:57 AM

@PathVariable binding and Swagger

2017-01-12 Thread ksm2962

Information on v3 servers object

2017-01-12 Thread Arthur De Magalhaes
Hey all, I am looking for more information (git issue, or forum entry) about the servers object (array of https://github.com/OAI/OpenAPI-Specification/blob/OpenAPI.next/versions/3.0.md#serverObject) It's hard to search for "servers" or "server" =)... too many hits. Basically, I wanted to

Re: API reorder

2017-01-12 Thread diaz_carolyn97772 via Swagger
On Thu, 1/12/17, frazierjanice629 via Swagger wrote: Subject: Re: API reorder To: swagger-swaggersocket@googlegroups.com Date: Thursday, January 12, 2017, 8:07 PM

Generating server side code

2017-01-12 Thread Marteijn Nouwens
We have been using swagger to document our rest interface for some time now. BUt we are starting with a new application and want to design the api first and generate the interface of implementation. We are running on Wildfly. So we would like to generate the interface of class for this. We

Re: How we generate swagger.json file in django using django rest framework

2017-01-12 Thread maldonadorobert134 via Swagger
On Thu, 1/12/17, Kumar Suresh wrote: Subject: Re: How we generate swagger.json file in django using django rest framework To: "Swagger" Date: Thursday, January 12, 2017, 12:53 PM

How we generate swagger.json file in django using django rest framework

2017-01-12 Thread Kumar Suresh
Hi, I am facing problem in swagger.json file. I am using django-rest-swagger package to generate swagger ui and for .json file. It generate .json file which is not return response parameters with schema. -- You received this message because you are subscribed to the Google Groups "Swagger"

Re: Trying to document my Jersey 2 API - how to see the interactive UI

2017-01-12 Thread Sander Smith
Thanks Ron. That's exactly what I needed. On Wednesday, January 11, 2017 at 6:16:33 PM UTC-5, Ron wrote: > > Hi Sander, > > > > Those are two separate projects. > > Swagger-core allows you to generate a Swagger spec from the code. And > that’s the json file you saw there. > > The next step is

codegen html2 ampersand display

2017-01-12 Thread Robert Stent
Trying to document the implementation of a 'curl' command inside description section (indented in description to show highlighted with black background) curl --request POST --user "{clientId:secret}" --data "grant_type=client_credentials=myAPI"

API reorder

2017-01-12 Thread Deepika Vijay
hi All, i have Swagger api setup but now i need to reorder it. What all options are available to do so and also i tried with tag but it doesnt get reflected. My webservices are like one webservice has 2 version say v1 and v2 but all v1 webservices coming together and v2 web services coming

Re: API reorder

2017-01-12 Thread Ron Ratovsky
The grouping of the operations is done using tags, take a look at what you have defined. From: on behalf of Deepika Vijay Reply-To: "swagger-swaggersocket@googlegroups.com"

Re: API reorder

2017-01-12 Thread frazierjanice629 via Swagger
On Thu, 1/12/17, Ron Ratovsky wrote: Subject: Re: API reorder To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, January 12, 2017, 6:10 PM #yiv1973121612 #yiv1973121612 --