|
|
|
|
|
by worldsayshi
965 days ago
|
|
- Allow using it as a library instead of just a browser extension which would in turn allow: - Integration with some kind of web crawler to allow automatically walking a web site and extract a database of specifications Edit: Hmm, it seems that genson-js[1] was used to merge schemas. 1 - https://www.npmjs.com/package/genson-js |
|
The idea for a crawler is a good one. The core logic that handles spec generation is decoupled from everything else, so it can be extracted into its own library.
But there are approaches that exist for this already, such as har-to-openapi.
https://github.com/jonluca/har-to-openapi