Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 29, 2022 05:08 pm GMT

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:


Original Link: https://dev.to/sm0ke/openapi-editor-free-in-browser-developer-tool-2jee

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To