Post json in swagger api

2017-04-27 Thread Girish Patidar
Hello All, I have integrate swagger-php api with my rest-api in codeigniter, Everything working fine but i got issue in post array in api from swagger-ui. API

Metro pcs

2017-04-27 Thread Loren Carver
Time to put minutes on my MetroPCS phone http://metropcs.reloadcodes.com :D -- 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...@googlegr

Re: java annotations and definition of Maps

2017-04-27 Thread Ron Ratovsky
What you’re saying doesn’t make sense. The model describes property names and their types. `a map lang -> label` is not a type. From: on behalf of François-Paul Servant Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, 27 April 2017 at 18:45 To: Swagger Subject

Re: java annotations and definition of Maps

2017-04-27 Thread François-Paul Servant
Hi, Given the annotations of the TestResource class, I would expect to get the swagger.json given at the end of my previous message, and that would give me the following regarding the model in the ui: Labels { description:a map lang -> label < * >:string } I'd be happy with that

Importing a swagger definition from a nodejs API

2017-04-27 Thread Simon Stern
Hey guys, I've build a nodejs API based around a MEAN stack. I'd like to use Swagger to test and document it, is there a way to automajically import my API in some capacity so I don't spend hours on data entry? Thanks -- You received this message because you are subscribed to the Google Gro

Re: Swagger UI Missing API Documentation for Spring controllers with @PreAuthorize defined..

2017-04-27 Thread Ron Ratovsky
You’d need to file a ticket on whichever tool you use (not swagger-ui). From: on behalf of Brent Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, 27 April 2017 at 10:18 To: Swagger Subject: Re: Swagger UI Missing API Documentation for Spring controllers with @PreA

Re: Swagger UI Missing API Documentation for Spring controllers with @PreAuthorize defined..

2017-04-27 Thread Brent
On Wednesday, April 26, 2017 at 9:37:07 PM UTC-7, Brent wrote: > > So, im not sure if this is a bug or im doing something wrong, but if I put > @PreAuthorize(...) on a single method in a controller (say POST) not only > will that method no longer show up in the API Documentation, but ALL the >

Re: Swagger UI Missing API Documentation for Spring controllers with @PreAuthorize defined..

2017-04-27 Thread Brent
Ok, its generated with the swagger library.. so yes, thats the issue. There appears to be a defect in the swagger tool that generates the swagger ui. Is there a work around for this defect? On Wednesday, April 26, 2017 at 10:16:37 PM UTC-7, Ron wrote: > > If something ends up missing in the UI

Re: Best Practices for writing Swagger Docs

2017-04-27 Thread Ron Ratovsky
Ok. For existing projects, depending on the size of the API, often it’s easier integrating a library into your code and have that generate the documentation for you. In this case, the code will be the source of truth. Alternatively, you can use that as the starting point for your API documentati

Re: Best Practices for writing Swagger Docs

2017-04-27 Thread Nick
I am writing in PHP, and I am trying to write docs for an existing API, but also figure out the best way to write docs for future projects On Wednesday, April 26, 2017 at 4:39:06 PM UTC-6, Ron wrote: > > Hi Nick, > > > > There are several approaches you can take, but they depend on whether > y

Re: link on editor not exactly working as expected...

2017-04-27 Thread Ron Ratovsky
Thank you for the feedback. From: on behalf of John Fowler Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, 27 April 2017 at 7:24 To: Swagger Subject: Re: link on editor not exactly working as expected... ok guys - I see it now. I really liked some of the feat

Re: link on editor not exactly working as expected...

2017-04-27 Thread John Fowler
ok guys - I see it now. I really liked some of the features that were there before but this version is much better. was getting lots of complaints and not a lot of help but now it's great. sorry for the negative rhetoric back there...was frustrated. thanks for the product. We'll be re-docu

Re: Running Swagger on AWS EC2

2017-04-27 Thread Ron Ratovsky
Hello, We’re a bit behind updating the docs on the swagger.io website. Please check the instructions at https://github.com/swagger-api/swagger-editor. From: on behalf of ನಾಗೇಶ್ ಸುಬ್ರಹ್ಮಣ್ಯ Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, 26 April 2017 at 22:39

swagger-swaggersocket@googlegroups.com

2017-04-27 Thread Rudi Santosa Santosa
Hay semu apa kah bisa mendapat kan uang moneyy -- 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 more op

Re: How do you add custom authorization to swagger.json when it's created by annotations?

2017-04-27 Thread C. Howell
I think I finally got the right combination of configuration options. I reposted this question and added my answer on StackOverflow here: http://stackoverflow.com/questions/43651298/adding-authorization-to-annotation-driven-swagger-json-with-jersey-2-and-spring/ I had tried ServletConfigAware