Re: error fatal with swagger UI

2017-01-05 Thread tony tam
If you want help, be sure to give enough information so you can be helped. Not much can be said about this other than “there was no response from the server”. > On Jan 5, 2017, at 6:33 AM, bey hosni wrote: > > Hi everyone > > Actually i am using swaggerUi to test our REST

Re: Swagger Documentation Not Working

2017-01-05 Thread Ganesh Sundaram
On Thursday, 5 January 2017 14:33:40 UTC-5, Ganesh Sundaram wrote: > > Hi, > > I had installed the Swashbuckle.Core v5.5.2 in my Web API Project. > > The Index page isnt displaying the details of the public Web API methods > in my Project. I could see the local file created under bin is having

Swagger Documentation Not Working

2017-01-05 Thread Ganesh Sundaram
Hi, I had installed the Swashbuckle.Core v5.5.2 in my Web API Project. The Index page isnt displaying the details of the public Web API methods in my Project. I could see the local file created under bin is having all the details of the documentation I have done in the Web API Solution. Also

ASP.NET Web Api 2 asyc CancellationToken parameter

2017-01-05 Thread Zoltán Zörgő
Hello, Web Api 2 supports cancellation token by simply adding an extra parameter to the action method. This extra parameter is not part of the route thus the method's API signature. The framework is automatically supplying the token on call. I am using route attribute where this parameter is

Payload Too Large (413)

2017-01-05 Thread Luiz Omori
Hi, I happen to have an auto-generated JSON file that is larger than 100kb. I'm getting 413 (Payload Too Large) error when posting it. I found out that Swagger Node is using its own bodyParser (text.js coming from Swagger Tools dependency). This module is loaded by swagger-metadata and the

Re: How to get swagger file from installed swashbuckle

2017-01-05 Thread frazierjanice629 via Swagger
On Thu, 1/5/17, lange.kay via Swagger wrote: Subject: Re: How to get swagger file from installed swashbuckle To: swagger-swaggersocket@googlegroups.com Date: Thursday, January 5, 2017, 5:57 PM

Re: How to get swagger file from installed swashbuckle

2017-01-05 Thread lange.kay via Swagger
On Thu, 1/5/17, lange.kay via Swagger wrote: Subject: Re: How to get swagger file from installed swashbuckle To: swagger-swaggersocket@googlegroups.com Date: Thursday, January 5, 2017, 8:18 AM