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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ It identifies path parameters automatically without manual intervention. Data in
94
94
- Automated identification of [path parameters](https://www.abstractapi.com/guides/api-glossary/path-parameters)
95
95
- A desktop app that uses a proxy to generate specifications in real time (e.g. a real time version of [mitm2swagger](https://github.com/alufers/mitmproxy2swagger) that supports OpenAPI 3.1)
96
96
- A [website](https://andrewwalsh.github.io/demystify/) and [command line tool](https://www.npmjs.com/package/demystify) that generates OpenAPI specifications from HAR files (e.g. [har-to-openapi](https://github.com/jonluca/har-to-openapi) or [openapi-autospec](https://github.com/Adawg4/openapi-autospec))
97
-
- A [library](https://www.npmjs.com/package/demystify-lib) that maintains a representation of an API based on observed network traffic, and can generate OpenAPI specifications from that representation
97
+
- A [library](https://www.npmjs.com/package/demystify-lib) that maintains a representation of an API based on observed network traffic, and can generate OpenAPI specifications from that representation (e.g. [Postman Insights](https://www.postman.com/product/postman-insights/))
98
98
- An integrated API client that populates automatically and can generate code such as curl commands via [Scalar](https://github.com/scalar/scalar)
99
99
- The capacity to generate different versions of OpenAPI or other HTTP-based standards such as GraphQL
0 commit comments