Parthasarathi Raghavan

Results 4 issues of Parthasarathi Raghavan

I would like to add an array of example requests and corresponding responses for my API. Swagger provides a way to add those examples as defined in the link below....

I am trying to call helper methods defined in my API for the **failure** and **success** response. But am getting the **not defined** error. If I use the method defined...

Still facing the same issue as in #95 I am trying with an string 'information' and trying to pluralize the same. But the string doesn't get pluralized. Here is the...

I am using [grape-swagger](https://github.com/ruby-grape/grape-swagger) and [swagger-ui](https://github.com/swagger-api/swagger-ui) for documentation of REST APIs in my RAILS application. I would like to document the response examples for the APIs. I couldn't find a...