OpenAPI: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
* OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md | * OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md | ||
* https://swagger.io/specification/ | |||
=Internal= | =Internal= |
Revision as of 21:55, 28 January 2019
External
- OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
- https://swagger.io/specification/
Internal
Overview
OpenAPI Specification
OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe the entire API, including:
- Available endpoints and operations on each endpoint.
- Input and output parameters for each operation.
- Authentication methods.
- Contact information, license, terms of use, etc.