Hi,
I'm trying to replicate locally, the apigee's functionality I'm using in staging and production environments...
I was able to do almost all of it, but I'm not being able to create developers and developers app programmatically (In those environments I do it executing REST calls to google cloud https://apigee.googleapis.com/v1/... , during runtime)
Is there a way to create this type of entities programmatically and on runtime? So far, I was able to do it only by exporting test resources 😪, which doesn't reflect the actual flow.
Thanks!!!