grape-swagger
grape-swagger copied to clipboard
External API
How I can add an external API documentation?
For example, I'm using doorkeeper, POST /api/v1/token
That's not a grape endpoint. How can I add this endpoint into swagger ?
I don't think grape-swagger currently supports it, but there should be a way to do this. I'll label this as a feature request.
Note that we discussed rewriting grape-swagger on top of swagger-rb, see https://github.com/tim-vandecasteele/grape-swagger/issues/137, which would make this much easier.
+1