DEV Community

Cover image for OpenAPI Editor - Free IN-Browser Developer Tool
Sm0ke
Sm0ke

Posted on • Originally published at appseed.us

OpenAPI Editor - Free IN-Browser Developer Tool

Hello Coders!

This article presents OpenAPI Editor, a free, online tool that developers can use to edit their API interfaces. For newcomers, OpenAPI is an open-source format for designing RESTful APIs and web services that serves as a single source of truth for all parties involved in the software development process: developers, testers, etc.

Thanks for reading!


OpenAPI Editor - IN-Browser, LIVE Editing.


✨ Product Information

The service can be used to edit and generate unlimited documents, without an account on AppSeed. The editor supports editing the global API information (Title, API version, description), add/remove entities, and fields for each OpenAPI entity. Supported fields:

  • ✔️ string
  • ✔️ timestamp
  • ✔️ UUID
  • ✔️ binary
  • ✔️ boolean
  • ✔️ number
  • ✔️ object (all entities previously defined)

Users are able to edit directly the generated JSON and the changes should be reflected automatically in the entities editor. Once the user finishes the document and hits the download button, the OpenAPI definition is saved locally.


Thanks for reading! For more OpenAPI-related resources, feel free to access:

Oldest comments (8)

Collapse
 
crearesite profile image
WebsiteMarket

Looks nice

Collapse
 
sm0ke profile image
Sm0ke

🚀🚀

Collapse
 
uithemes profile image
ui-themes

I can use this.
The UI for mobile might need some improvements.

Collapse
 
sm0ke profile image
Sm0ke

🚀🚀

Collapse
 
samdiff profile image
SamDiff

I love the walk-through of the site. It looks easy to navigate. I cannot wait to try it. Thank you

Collapse
 
sm0ke profile image
Sm0ke

Ty!

Collapse
 
jmansito profile image
Mansit 🇪🇺

Use openapi a lot on a daily basis. Will definitely give it a try. Thanks!

Collapse
 
sm0ke profile image
Sm0ke

Ty!
In case you have the time, please provide feedback. The tool is actively supported.