A command-line tool to convert HAR (HTTP Archive) files into TypeScript SDKs.
npm install -g .har-to-ts <sourcefile> <destinationfile><sourcefile>: The path to the source HAR file.<destinationfile>: The path to the destination TypeScript file.
har-to-ts session.har api.tsThis will read the HAR file session.har and generate the TypeScript SDK in api.ts.
-
Open any website for which you want to generate API file
-
Check Preserve Log, Record Network Log And Allow to generate HAR with sensitive data

-
Clear Network Log and Refresh Page and surf and explore entire website and then click Download Icon

MIT
