Metriche repository
- Star
- (79.189 star)
- Metriche merge PR
- (Merge medio 21g 13h) (18 PR mergiate in 30 g)
Descrizione
Is your feature request related to a problem? Please describe. Would be nice to sync storage over git. My team runs into this problem with Postman and any other web request UI out there - that the web request collections are synced differently than our git repos. Why not just make storage git-friendly
Describe the solution you'd like Jupyter notebooks do this well. Their UI is populated by a json file, and any interactions or change in state are stored back into that json format, making it play well with git. We should be able to JSON.stringify whatever needs to be stored and have this work like a web request "IDE".
EDIT: In order to flesh out a solution a little more, requests could be stored as .http files and follow https://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html