Osprey API Tester – API testing inside VS Code for NestJS projects.

It reads NestJS controllers and DTO classes to:

list available routes

parse route params, query params, and headers

generate request URLs from decorators

generate JSON bodies from DTOs

allow sending requests directly from VS Code

No runtime dependency on the server. Uses TypeScript AST (ts-morph). Limitations: NestJS + TypeScript only.