OpenAPI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(32 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* OpenAPI 3.0 Specification https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md
=Internal=
=Internal=
* [[API#Subjects|API]]
* [[API#Subjects|API]]
* [[Swagger]]
* [[Swagger]]
* [[OpenAPI Specification]]


=Overview=
=Subjects=
 
* [[OpenAPI Specification#Overview|OpenAPI Specification (OAS)]]
=OpenAPI Specification=
* <span id='Authentication_and_Authorization'></span>[[OpenAPI Authentication and Authorization]]
 
* [[OpenAPI_Specification_Path#Operation_Declaration_and_Implementation_Examples|OpenAPI Operation Declaration and Implementation Examples]]
OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe the entire API, including:
* [[OpenAPI_Code_Generators#Overview|OpenAPI Code Generators]]
* Available endpoints and operations on each endpoint.
* [[Swagger 2.0 Example]]
* Input and output parameters for each operation.
* Authentication methods.
* Contact information, license, terms of use, etc.

Latest revision as of 23:11, 8 April 2024