Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>Osprey API TesterNew to Visual Studio Code? Get it now.
Osprey API Tester

Osprey API Tester

jeremie EKOUE

|
4 installs
| (0) | Free
Automatically analyzes your NestJS controllers, DTOs, and entities to generate API test template payload and requests. Provides a developer-friendly interface in VSCode for testing endpoints, viewing routes, and debugging API interactions efficiently.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Osprey API Tester

License

API testing inside VS Code, based on NestJS source code analysis.

What it does

  • Scans NestJS controllers to list available routes
  • Generates request URLs from decorators
  • Generates JSON bodies from DTO classes
  • Sends HTTP requests directly from VS Code

How it works

  • Uses TypeScript AST (ts-morph)
  • No runtime dependency on the running server
  • No manual configuration

Usage

  1. Open a NestJS controller
  2. Click "Test Endpoint" above a route
  3. Review the generated request
  4. Send

Limitations

  • NestJS only
  • TypeScript projects
  • DTO decorators must be explicit

Status

Early version. Breaking changes possible.


Repository: github.com/jeremi-24/osprey-api-tester

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft