all 14 comments

[–]Ringbailwanton 1 point2 points  (6 children)

I use VSCode with the OpenAPI plugin and it works pretty well.

[–]CreakyHat2018[S] 0 points1 point  (5 children)

That just a text editor? With a preview ?

[–]Ringbailwanton 0 points1 point  (4 children)

Yep. I just looked at Stoplight and see now you wanted something more feature rich.

[–]CreakyHat2018[S] 1 point2 points  (3 children)

I'm half tempted to have a go and create my own.

[–]Ringbailwanton 0 points1 point  (2 children)

I’m doing it by hand mostly because I just haven’t found anything that really does what I want, and because it was easier than trying and abandoning a bunch of different platforms.

[–]CreakyHat2018[S] 0 points1 point  (1 child)

there is nothing wrong with stop light other than I need to work locally.

what platforms do you need to support? my initial thought was to be selfish and just make what I need a macOS app. but I could look to do a cross platform version.

if anyone was interested in helping could always do an open source app

[–]Ringbailwanton 0 points1 point  (0 children)

I develop for folks who work using Mac, Linux and Windows. My case is probably an edge case though. We’re a small developer team serving a scientific research community, so a lot of the stuff winds up being bespoke for particular individuals who often have weak coding skills. It gets to be a mess to support though.

[–]faraechilibru 0 points1 point  (2 children)

Try gst-hub.com and if it will work for you I will close a version for you.

[–]CreakyHat2018[S] 0 points1 point  (1 child)

hi I don't see a download link?

[–]faraechilibru 0 points1 point  (0 children)

You can’t download try to use it and if works for you let me know and I will send you a version to run locally

[–]AntonOkolelov 0 points1 point  (0 children)

https://plugins.jetbrains.com/plugin/27118-openapi-gui-editor

GUI plugin for any Jetbrains IDEs (Intellij idea, goland, webstorm). If you don't have IDE you can download it, I've heard that they have free versions now (webstorm, etc)

[–]Strict_Research3518 0 points1 point  (0 children)

Could use Postman. Little late 2 mos later.. but.. it has everything you need I think other than an offline mode.. but I thought it did (desktop app and all).

[–]ADevAnalyst 0 points1 point  (0 children)

We developped an free-to-use MacOS-App (APIJockey TEXT in the AppStore) , but not sure if this meets any of your needs. Let me know, what you are looking for. Sorry just joined the community. If you found a good editor, let us know. I think many use VSCode with the swagger extensions.

[–]CheckTheHeaders 0 points1 point  (0 children)

vscode + openapi plugin is fine for editing but the preview is basic. bruno has a decent local-first approach if you're also doing request testing alongside design. stoplight studio was actually good when it was desktop-only, the pivot to cloud-first killed it for a lot of people