OpenAPI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * API =Overview= =OpenAPI Specification= OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An...")
 
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[API#Subjects|API]]
* [[API#Subjects|API]]
* [[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