As a user working with a team, I would like to commit my json output to source control. I can accomplish this today by manually exporting, but it would be very nice if it would auto-export on save.
This was one of the annoying things with insomnia back in the day, we would export the JSON to git but people would forget or merge conflicts would be annoying to solve.
I'm not sure if this is as simple as pointing the data directory to the directory of a project with git enabled. But this way, a fresh pull from git gives you the most up to date version of the API client.