OpenAPI: Difference between revisions
Jump to navigation
Jump to search
Line 35: | Line 35: | ||
=Media Types= | =Media Types= | ||
=Authentication and Authorization= | |||
{{External|https://swagger.io/docs/specification/authentication/bearer-authentication/}} | |||
==Basic Authentication== | |||
==API Keys== | |||
==Bearer Authentication== | |||
==OAuth 2.0== | |||
==OpenID Connect Discovery== | |||
==Cookie Authentication== |
Revision as of 16:47, 2 November 2023
External
- OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
- OpenAPI 2.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md
- https://swagger.io/specification/
- Friendlier Specifications, more like an User Guide: https://swagger.io/docs/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.
Versions
OpenAPI 2.0
Also referred to as "Swagger".