You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add rate limit header wrapper for all API responses
Introduce AdoHttpClient and AdoRestClient wrappers that automatically
extract rate limit headers and attach them as a rateLimit property on
response objects. This avoids needing to regenerate all API clients.
- Add RateLimitUtils.ts with shared extractRateLimitHeaders function
- Add AdoHttpClientBases.ts with AdoHttpClient and AdoRestClient wrappers
- Update ClientApiBases.ts and WebApi.ts to use new wrappers
- Add unit test for rate limit header extraction
- Bump version to 15.1.4
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments