Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open API is the most popular approach to design, build and document REST APIs. It does not depend on a particular language. The contract provided by the swagger Swagger (Open API implementation) guarantees that the REST server is compatible with the specification. The specification is the single source of truth for consumers (web interface, CLI, third party integrations).

...