File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : servant-swagger
2
2
version : 1.1.7
3
- synopsis : Generate Swagger specification for your servant API.
3
+ synopsis : Generate a Swagger/OpenAPI/OAS 2.0 specification for your servant API.
4
4
description :
5
- Swagger is a project used to describe and document RESTful APIs.
6
- Unlike Servant it is language-agnostic and thus is quite popular among developers
7
- in different languages. It also exists for a longer time and has more tools to work with.
5
+ Swagger is a project used to describe and document RESTful APIs. The core of the
6
+ project is the [OpenAPI Specification (OAS)](https://swagger.io/docs/specification/about/).
7
+ This library implements v2.0 of the spec. Unlike Servant it is language-agnostic and thus is
8
+ quite popular among developers in different languages. It has also existed for a longer time
9
+ and has more helpful tooling.
8
10
.
9
- This package provides means to generate Swagger specification for a Servant API
10
- and also to partially test whether API conforms with its specification.
11
+ This package provides means to generate a Swagger/OAS specification for a Servant API
12
+ and also to partially test whether an API conforms with its specification.
11
13
.
12
14
Generated Swagger specification then can be used for many things such as
13
15
.
You can’t perform that action at this time.
0 commit comments