Hacker News new | ask | show | jobs
by a_c 970 days ago
It does generate schema.

> Instantly generate an OpenAPI 3.1 specification for any website or application just by using it

1 comments

Yeah but my question remains: by what criteria is a request classed as an "API request"? Websites make tons of XHR requests and not all of them are API requests.

I want to know what this extension does that's different than me looking at the browser's Dev Tools > Network tab.

The criteria can be found below. There are no hard and fast rules, but the goal is to only include requests that you might otherwise find in a spec.

https://github.com/AndrewWalsh/openapi-devtools/blob/main/sr...