I’m trying to work out how to integrate the use of Mockaroo into our development workflow, specifically around automation. Ideally, I’d like to be able to source control all of my Mockaroo assets and be able to upload them via an API (possibly via source control triggered web hook), and then run some data generation scripts. There seems to be limited support for the concept of specifying schema as a parameter in the generate APIs but it doesn’t appear to cover scenarios and I couldn’t find any ability to create Mock APIs via API at all. Its all manual via the UX. Datasets seem to be supported though via API. My problem is it appears to be a bit of a mix between things than can be automated and things that can’t.
Is there a programmatic way to go from file based, source controlled Mockaroo asset to dynamically generated test data via automation? Apologies if there is another thread on this but I couldn’t spot one.