|
|
|
|
|
by acemarke
2069 days ago
|
|
I tried out Stoplight Studio last year as a GUI for creating OpenAPI specs, and was pretty pleased with it: https://stoplight.io/ I've also written a small custom JS script that generated an OpenAPI spec file by reflecting over some internal data structures, so that's an option as well, and there's lots of tools out there for generating OpenAPI specs based on code (Java annotations, Python models, etc). |
|