File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,10 @@ This document is licensed under [The Apache License, Version 2.0](http://www.apa
10
10
11
11
The OpenAPI Specification (OAS) is a project used to describe and document RESTful APIs.
12
12
13
- The OAS defines a set of files required to describe such an API.
14
- These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various languages.
13
+
14
+ The OpenAPI Specification defines a set of files required to describe such an API.
15
+ These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various programming languages.
16
+
15
17
Additional utilities can also take advantage of the resulting files, such as testing tools.
16
18
17
19
## Table of Contents
You can’t perform that action at this time.
0 commit comments