generate_nestjs_controller
Generates a NestJS controller with decorators, route handlers, optional auth guards, and custom routes to scaffold backend endpoints for a project.
Instructions
Generate a NestJS controller with decorators and route handlers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routes | No | Custom route paths | |
| api_key | No | API key for authentication | |
| use_guards | No | Include auth guards | |
| controller_name | Yes | Controller name |