-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Insomnia (v4) format causes app to crash #14
Comments
The maintainer does not seem responsive. Anybody know of an alternative way to convert insomnia json to swagger? |
Still facing the issue. Do we have any work around or any previous version by which our work will not hamper? |
Please check this ticket. I have updated the code and pushed a new version: |
I will be creating a new repo for this since I have emailed him several times and gotten no response. I will assume its abandoned and will take it over |
Thanks in advance. Waiting for your new repository.
…On Thu, 30 May 2019, 21:36 Nick Wallace, ***@***.***> wrote:
I will be creating a new repo for this since I have emailed him several
times and gotten no response. I will assume its abandoned and will take it
over
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=ABD7FBFBYFDGF4PKDCN3F4TPX73PTA5CNFSM4HK7YSZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWSX4TA#issuecomment-497385036>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABD7FBCABEXCMOPDQ4OE6ILPX73PTANCNFSM4HK7YSZA>
.
|
Ahh, the beauty of open source. Your fork works great. |
Expected behavior
To generate a
swagger.json
file.Current behavior
Application crashes with stacktrace:
config.json
is simple:And my
httpbin.json
is exported from Insomnia (for testing purpose, only one request is used, request iscurl -X GET "https://httpbin.org/get" -H "accept: application/json"
):I'm using
Insomnia 6.4.1 (6.4.1.2725)
for Mac (Mojave).Before Insomnia update, everything worked fine, but now Insomnia offers to export to
and that (new)
v4
format is not compatible withswaggymnia
anymore?Steps to reproduce the behavior
Export data -> Insomnia v4 (JSON)
)swaggymnia generate -i httpbin.json -c config.json -o json
Thank you in advance!
The text was updated successfully, but these errors were encountered: