You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,18 +25,15 @@ Thus this could be used during continous integration or as a step in the contino
15
25
which makes it possible for the API to evolve whilst keeping consumers happy. The optimal situation is obtained if the content versioning
16
26
paradigm (having support for multiple versions in same endpoint) is used.
17
27
18
-
# Status
19
-
20
-
Module is under development..
21
-
22
28
# Future
23
-
The initial version supports a rudimentary standard collection of reponse and request codes and headers.
29
+
The initial version supports a rudimentary standard and mininmal collection of reponse and request codes and headers.
24
30
The module will be extended with a more fine grained support for individual request headers, response status codes and headers, if this is found useful.
25
31
26
32
# Usage
27
33
28
34
To have Swagger generate the OpenAPI specifications as part of the build add in the plugin to the POM.
29
35
36
+
The standard collection of status codes and headers
30
37
```xml
31
38
<build>
32
39
<plugins>
@@ -142,6 +149,44 @@ The fully populated configuration example giving the _minimal_ post processing c
142
149
</build>
143
150
```
144
151
152
+
### Inidividual Codes Configuration - Post Processing
153
+
154
+
The fully populated configuration example giving the _minimal_ post processing collection of the Open API.
0 commit comments