OpenAPI: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* [[OpenAPI Specification#Overview|OpenAPI Specification (OAS)]] | * [[OpenAPI Specification#Overview|OpenAPI Specification (OAS)]] | ||
* <span id='Authentication_and_Authorization'></span>[[OpenAPI Authentication and Authorization]] | * <span id='Authentication_and_Authorization'></span>[[OpenAPI Authentication and Authorization]] | ||
* [[Swagger 2.0 Example]] | |||
* <span id='Language_Support'>[[Go OpenAPI#Overview|OpenAPI support in Go]] | * <span id='Language_Support'>[[Go OpenAPI#Overview|OpenAPI support in Go]] | ||
Revision as of 20:51, 25 January 2024
External
- OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
- https://swagger.io/specification/
Internal
Subjects
- OpenAPI Specification (OAS)
- OpenAPI Authentication and Authorization
- Swagger 2.0 Example
- OpenAPI support in Go
OpenAPI Specification
OpenAPI Specification, or OAS, 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.
Versions
OpenAPI 3.0.0
OpenAPI 2.0
Also referred to as "Swagger".