So, going off of this post, Is there a sandbox for the Cloudflare APIs?
I’m writing a HTTParty based library that interfaces with Cloudflare, as well as a cli interface that uses the library to run its actions.
So, I can run tests, but I don’t want to spam the API nor do I want to have to either myself clean up my zones etc after running tests, nor do I want to have to have other contributors have to clean theirs up. I can test objects all I want, but I can’t test endpoint responses without causing basically production-side changes, and that still spams the API even if I make meaningless or never-used zones.