x-openapi-flow 1.4.2 → 1.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/x-openapi-flow)
|
|
6
6
|
[](https://www.npmjs.com/package/x-openapi-flow)
|
|
7
|
+

|
|
7
8
|

|
|
8
9
|

|
|
9
10
|
[](https://github.com/tiago-marques/x-openapi-flow/actions/workflows/x-openapi-flow-validate.yml)
|
|
@@ -14,8 +15,12 @@
|
|
|
14
15
|
|
|
15
16
|
# OpenAPI describes APIs. x-openapi-flow describes their workflows — for developers and AI.
|
|
16
17
|
|
|
17
|
-

|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
> See your API lifecycle come alive from your OpenAPI spec, with one simple command
|
|
22
|
+
|
|
23
|
+
> Validate, document, and generate flow-aware SDKs automatically.
|
|
19
24
|
|
|
20
25
|
`x-openapi-flow` adds a **declarative state machine** to your OpenAPI spec.
|
|
21
26
|
|