...
For a list of Legacy Web Services and their associated weight classes/hits, please view:
NOTE: CURRENTLY, ALL RESTFUL SERVICE INVOCATIONS PIGGY-BACK ON THE PwsGetReportOutput SERVICE, WHICH IS MIDWEIGHT AND COUNTS FOR TWO HITS Please note, all restful service invocations piggy-back on the PwsGetReportOutput service which is midweight and counts for two hits. |
When writing code that consumes Projector Services, you may want to test or simulate the situation where you are exceeding established rate limits so that you can test the code you have written to handle those limits. A new PWS Service, PwsTestRateLimiter, is now provided for that purpose. You can use this service to artificially increase hits within the current rolling window so that your test may include how your code responds to rate limit errors. PwsTestRateLimiter may also be used to return current parameters in use, and the current hit counts in play.
...