Design and implement REST API integrations with proper error handling, authentication, rate limiting, and testing. Use when building API clients, integrating third-party services, or when users mention API, REST, webhooks, HTTP requests, or service integration.
Use this skill when:
Understand the API:
// C#
httpClient.DefaultRequestHeaders.Add("X-API-Key", apiKey);
// TypeScript