Skip to content

Commit 1d44b74

Browse files
committed
update readme
1 parent 95ac662 commit 1d44b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ It identifies path parameters automatically without manual intervention. Data in
9494
- Automated identification of [path parameters](https://www.abstractapi.com/guides/api-glossary/path-parameters)
9595
- 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)
9696
- 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/))
9898
- An integrated API client that populates automatically and can generate code such as curl commands via [Scalar](https://github.com/scalar/scalar)
9999
- The capacity to generate different versions of OpenAPI or other HTTP-based standards such as GraphQL
100100

0 commit comments

Comments
 (0)