grape-swagger
grape-swagger copied to clipboard
Add OAPI/swagger v2.0 compliant documentation to your grape API
Hey, in doc_methods.rb you're defining some response headers. Is it possible to remove them, because normally i want to setup all required headers in my app or proxy server. Nginx...
Hello, and thank you for such an amazing piece of software. I'm not sure how it was planned to be, but I've noticed that array params are always been sent...
I'm not sure if OAS2 has this, I'd guess it does, but right now I'm looking for a way to support "freeform" objects being passed in. For example, I have...
I want to add some examples of response to swagger to show it in the UI, but UI did not show it. I have checked swagger json file, examples of...
Hi Guys, This is really a great gem. Thank you. Since swagger ui 3.0 already released, could you please tell me is there any plan on swagger UI v3? THANKS...
It wasn't immediately clear to me what syntax I would use to document examples and other info for an implicit parameter defined by a symbol in the URL path, e.g....
there is a way to add headers field in one api as document mentions, like below ``` class API::V1::Teachers < Grape::API resource :teachers do desc "get all teachers information" do...
So we have paths like: ``` /public/foo /public/bar ``` which get rewritten by another service like so ``` /service/foo /service/bar ``` I'd like to be able to add something in...
the hidden field supports a Proc, but not the detail field. Any chance that is something that would be possible? We have documentation in the database and every time we...
Hey there! Thanks so much for all the hard work that goes into `grape-swagger` and its related projects; they're a huge help. One thing that I've been running into, and...