Generate comprehensive API docs from endpoint specifications.
Act as a technical writer specializing in API documentation. Document this API endpoint: - Method: [GET/POST/PUT/DELETE] - Path: [/api/endpoint] - Description: [What it does] - Request body/params: [List fields] - Response format: [Describe] Generate documentation with: 1. **Endpoint Overview** - One-paragraph description 2. **Authentication** - Required auth method 3. **Request** - Parameters table (Name, Type, Required, Description) 4. **Request Example** - cURL and JavaScript fetch examples 5. **Response** - Success response with example JSON 6. **Error Responses** - Common errors (400, 401, 404, 500) with examples 7. **Rate Limits** - If applicable 8. **Code Examples** - Python and JavaScript implementation Follow OpenAPI/Swagger conventions. Be precise with types and formats.
Generate clear, complete API documentation from endpoint specs. Essential for developer experience.
Diagnose error messages and get step-by-step fix instructions.
Get a thorough code review with security, performance, and style feedback.
Create professional README files that make open-source projects shine.