#api
4 listings tagged api.
skill โ Verified
Integrations API Client Patterns
Build resilient API clients โ timeouts, retries with backoff, pagination, and typed errors. Use when integrating a third-party API or writing an SDK/wrapper.
skill โ Verified
Coding API Design
Design consistent, evolvable HTTP/JSON APIs โ resources, status codes, pagination, errors, idempotency, and versioning. Use when creating or reviewing an endpoint.
skill โ Verified
Security Input Validation
Validate untrusted input at the boundary โ allowlist, parse-don't-validate, enforce types/limits before it reaches your logic. Use when handling user input or reviewing injection risks.
skill โ Verified
Integrations Webhook Design
Design webhooks that are reliable and secure โ signed payloads, idempotency, retries, and versioning โ on both sender and receiver side. Use when building or consuming webhooks.