I have been working on some WebDev resources to expose some tags and other useful things to external parties, but beyond just what you see in the designer, there doesn't seem to be any way to observe what is happening with those 'endpoints'. Is there some Status > Diagnostics type portal on the gateway to see something like the number of calls to a certain resource and what-not? Also, does anyone know of a good way to limit the number of calls to a resource from a specific user? Would the best way to do that be with some script and saving the last call's timestamp from that user? Or is there some built-in method that I am missing?
The WebDev module in general kind of seems underdeveloped, but I guess to be fair, it isn't necessarily the main priority of the platform.