Swaggeratr icon indicating copy to clipboard operation
Swaggeratr copied to clipboard

Swagger implementation for WCF REST services.

Results 16 Swaggeratr issues
Sort by recently updated
recently updated
newest added

Hello, I'm using Swaggerator in conjunction with Swagger UI. Everything is working, but I'm wondering if it is possible to have default data. The idea would be for a 3rd...

Hi superstator, I need your help with the original code located in this git. I have a legacy system and it don't allow me to add any nuget package. So,...

How can I generate one swagger document for all the end points, so that all the services and models are combined into one list?

It looks like there's a new version of swagger-ui. We should update it.

enhancement

Thanks for the swaggeratr. I downloaded the zip file and it is almost working fine except POST methods. I tried with http://localhost:12928/v1/rest/DisplayBaseClassProperties post example with input param mySample = {...

Are there any plans or timeframes to migrate to swagger 2.0? If not, would you consider taking pull requests?

The problem is here: ``` foreach (Assembly assembly in allAssm) { foreach (TypeInfo ti in assembly.DefinedTypes) { SwaggeratedAttribute da = ti.GetCustomAttribute(); if (da != null && da.LocalPath == servicePath) {...

bug

"Try it out!" feature fails if required query params are shown in header, since Swagger-UI's javascript appends query params upon submission.

bug

Even though you add a "[Hidden]" attribute to a method parameter, they are still visible in Swagger. *You can work around by setting Hidden property of ParameterSettings attribute tag to...

enhancement

Is there any support for authorizations? I can't find any mention, anywhere on your Github site.