Joe Conley

Results 14 comments of Joe Conley
trafficstars

Is that the full stacktrace? I hit on a similar issue recently so I might be able to help, please post the full stacktrace and example repo if possible.

I'm wondering if it's possible to write a Ruby plugin which inspects all of my posts, generates a set of all of the tags used in those posts, and then...

Can you post the command you ran? I just ran the following command from latest master and it worked: ``` sbt "runMain com.josephpconley.swagger2postman.app.v2.Swagger2PostmanApp v2petstore-swagger.json petstore" ```

Looks like you need to `cd` into the swagger2postman directory, then run from there.

I'd also add that if you just want to do a quick Swagger -> Postman conversion, you can use the hosted version [here](http://app.josephpconley.com/swagger2postman).

This error indicates that your missing both a host property and a tags property in your JSON file. Can you post a link to your swagger.json? You can also use...

Can you post a link to the swagger JSON you're using just so I'm confident I'm testing the same file? Thanks.

Gotcha, so I followed the convention from http://petstore.swagger.io/v2/swagger.json and assumed that the `tags` field would be populated for each path entry. I'm not sure what else to use if the...

Can you post links to the Swagger JSON you're using? My initial hunch is that the file is too big, I need to add file upload functionality instead of just...