Is it possible to capture / display analytics on the individual api method calls within a proxy?
ie) how many puts, gets etc.
My users want method level details.
This will likely impact if I build proxies on the method level ( separate proxy for each method) or on the API service level.