I recently switch Gitea to Forgejo, I had concern about the direction Gitea was going, the mirror features is definitely one the of killer features and the fact I can back it up to a zip file is the icing on the cake 😄
It just nice to have full data sovereignty.
I’ve been working on my own version of Rest API test client, it relies on self executing TOML files, that can be save into a git repository, it currently has unlimited API requests, will be under a 0BSD license.
It currently does not do batch script or data import from spreadsheet or csv, but I can work that feature in, that should be easy to do in Python.
It currently supports arguments and pipelining http responses into a http request. I suppose I could use the pipelining system to do the data import!
It relies on adapters, those will take care of authentication like oAuth and provide the header to merge into the request.
It will be broken down into edition to keep it easy to maintain, current working on JSON edition, but will do XML edition sometime in the future. I really want to stay close to the Unix philosophy!
I did it out of frustration of Postman and other Electron based counterparts. But also I’m doing it because it fun 😁