crescat-io / saloon-sdk-generator

Generate Saloon SDKs from Postman Collections and OpenAPI Specifications.
MIT License
112 stars 18 forks source link

[Feature Request] HAR File support #13

Open HelgeSverre opened 1 year ago

HelgeSverre commented 1 year ago

HAR files is for lack of a better term a JSON dump of HTTP Requests that you can generate via the DevTools and various proxy tools, useful when there is no official api documentation and you have to reverse engineer an API by doing the good old "clicking around in the user interface to trigger all possible api endpoints manually".

Docs and specs