Re: SwaggerSocket NGINX or ZeroMQ module

2016-07-14 Thread tony tam
Currently, no, I don’t know of one. > On Jul 14, 2016, at 2:37 AM, Abdul Hakeem wrote: > > Hello, > > Is there any module available NGINX and or ZeroMQ module for SwaggerSocket. > Basically, I am trying to loadbalance a REST over Websocket resource on > multiple backend. The idea is to load-ba

Re: Can we disable Try now button

2016-07-14 Thread tony tam
You can disable the try-it-out by setting the “supportedSubmitMethods": see here: https://github.com/swagger-api/swagger-ui#parameters > On Jul 14, 2016, at 3:31 AM, Tejas Dewan wrote: > > See my comments on https://github.com/swagger-api

Re: Swagger v1.2 is not allowing for ipv6 hosts

2016-07-14 Thread Mohammad Riyazuddin
Small Correction, we have Swagger v1.2 embedded in OpenDayLight, Not in Apache Karaf On Friday, July 15, 2016 at 10:13:13 AM UTC+5:30, Mohammad Riyazuddin wrote: > > > We are using Apache-Karaf-Beryllium-SR2 for our OSGI projects, and Apache > Karaf has inbuilt support for Swagger v1.2, As we ar

Re: Swagger v1.2 is not allowing for ipv6 hosts

2016-07-14 Thread Mohammad Riyazuddin
We are using Apache-Karaf-Beryllium-SR2 for our OSGI projects, and Apache Karaf has inbuilt support for Swagger v1.2, As we are trying to access the rest conf through IPV6 url in IPV6 machine , Sample url format : http://[hd18:695c:f038:2:a25:27ff:fe16:b22c]:8181/apidoc/explorer/index.html

Re: custom validation with inflector?

2016-07-14 Thread tony tam
Hi, yes you can create your own custom validators. There is a Validator class that you can implement, and based on the validation chain, you can choose to allow (say a value is valid), reject, or pass on to the next in line. Take a look at NumericValidator.java as an example, and configure cust

Re: Swagger v1.2 is not allowing for ipv6 hosts

2016-07-14 Thread Ron Ratovsky
Where do you experience the problem? From: on behalf of Mohammad Riyazuddin Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, 14 July 2016 at 12:57 To: Swagger Subject: Swagger v1.2 is not allowing for ipv6 hosts Hi, Currently we are migrating from ipv4 to i

custom validation with inflector?

2016-07-14 Thread Abdullah Mourad
I am new to using inflector and considering it for a project I am working on. I am wondering if it is possible to implement any type of custom payload validation using Swagger inflector? For example, let's say I want to validate email addresses to a specific format, or more generally run a reg

Swagger v1.2 is not allowing for ipv6 hosts

2016-07-14 Thread Mohammad Riyazuddin
Hi, Currently we are migrating from ipv4 to ipv6 , we are in process of using swagger in ipv6 hosts, looks like swagger 1.2V is not recognizing ipv6 hosts. Can anyone please suggest what is the work around for this ? -- You received this message because you are subscribed to the Google Groups

Re: Can we disable Try now button

2016-07-14 Thread Tejas Dewan
See my comments on https://github.com/swagger-api/swagger-ui/issues/156 -- 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...@googlegroup

SwaggerSocket NGINX or ZeroMQ module

2016-07-14 Thread Abdul Hakeem
Hello, Is there any module available NGINX and or ZeroMQ module for SwaggerSocket. Basically, I am trying to loadbalance a REST over Websocket resource on multiple backend. The idea is to load-balance the frontend with NGINX then connect backend nodes with ZeroMQ. Any thoughts ? Cheers, AH --