luckymarmot / Paw-SwaggerImporter

Swagger/OpenAPI 2.0 Importer for Paw
https://paw.cloud/extensions/SwaggerImporter
MIT License
38 stars 10 forks source link

Can you support Grape Swagger ? #5

Open 42thcoder opened 8 years ago

42thcoder commented 8 years ago

Grape Swagger got a HTTP API which return a JSON~

mittsh commented 8 years ago

Is it possible to convert a Grape API to a Swagger file using Grape Swagger and then import this Swagger file into Paw?

42thcoder commented 8 years ago

It's possible. However, it's not that convenient~

What I expect is that it can make a HTTP request to Grape Swagger API, and import the response which is as same as Swagger file into Paw.

mittsh commented 8 years ago

Ok got it. Then it should be some import from a URL (where the Swagger file is hosted). That should be easily doable...will add this to our todo.

onemanstartup commented 8 years ago

subscribed