Results 8 issues of Makoto

This PR introduces an option to generate a [Postman](https://www.getpostman.com) collection JSON file. By allowing the option, it saves time on creating requests manually in Postman or using yet another gem...

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

enhancement

"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

By default Swaggeratr show nullable DataMembers as optional. This is kind of strange particularly in a read response contract.

enhancement

Because of a bug in Swagger-ui that does not allow you to display bullets for unordered lists, we need to format the URL in a special way to show a...

enhancement

We should support an ability to specify data type to be documented for a member. For example, we should give a flexibility to allow developers to specify System.Guid type to...

enhancement

It would be nice if we could specify which parameters to show depending on deployment.

enhancement