OpenAPI
Table of Contents
About
OpenAPI is a Rest API specification that defines a file format (in json or yaml) that describes rest APIs
From this file, the following can be generated:
- a server skeleton
- a client
- and the documentation
Tools / Implementation
Tools framework provides:
- an file editor to edit the API file
- a generator for a web interactive application (console) for demo requests
- a generator of stub code
List:
Specification
See the Open API Specification Example for 3.0.3