api-rate-limiting
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
35124 skills
Implements API rate limiting using token bucket, sliding window, and Redis-based algorithms to protect against abuse. Use when securing public APIs, implementing tiered access, or preventing denial-of-service attacks.
PDF-RAG API reference. REQUIRED after any failed curl/jq to localhost:8000 (404, null, jq error). Al
Create comprehensive API reference documentation with OpenAPI/Swagger specs, REST endpoints, authent
Creates professional API documentation using OpenAPI specifications with endpoints, authentication, and interactive examples. Use when documenting REST APIs, creating SDK references, or building developer portals.
Эксперт по API reference документации. Используй для создания справочников по API, описания endpoint
Build a basic HTTP request (curl or fetch) for an API. Use when a junior developer needs a quick request example.
A skill for implementing robust API request validation in Python web frameworks like FastAPI using P
Best practices for Laravel API Resources including resource transformation, collection handling, con
Check that API response format matches Android/iOS model expectations. Use when fixing JSON parsing
Optimize API response times through caching, compression, and efficient payloads. Improve backend pe
Optimizes API performance through payload reduction, caching strategies, and compression techniques. Use when improving API response times, reducing bandwidth usage, or implementing efficient caching.
API response wrapper patterns for consistent, predictable REST APIs in ABP Framework. Use when: (1)