Installation
WatchAPI Client is distributed as a Visual Studio Code extension.
You can install it directly from the VS Code Marketplace in a few seconds.
Install from VS Code Marketplace
- Open Visual Studio Code
- Go to the Extensions view
(
Ctrl + Shift + Xon Windows/Linux,Cmd + Shift + Xon macOS) - Search for WatchAPI Client
- Click Install
Once installed, the extension is available immediately — no restart required.
Install from Open VSX
WatchAPI Client is also published on Open VSX, which is used by editors such as VSCodium and other VS Code–compatible distributions.
You can install it in one of the following ways:
Option 1: Install via Extensions View
- Open your editor
- Open the Extensions view
- Search for WatchAPI Client
- Make sure the source is Open VSX
- Click Install
Option 2: Install from Website
- Visit https://open-vsx.org/extension/watchapi/watchapi-client
- Download the
.vsixfile - In your editor, open the Command Palette
(
Cmd + Shift + P/Ctrl + Shift + P) - Select Install from VSIX
- Choose the downloaded file
Requirements
Before importing endpoints, make sure your project meets the following:
-
Visual Studio Code
v1.90.0or newer -
A TypeScript-based project
-
One of the supported API patterns:
- Next.js route handlers
- tRPC routers
No additional configuration is required for basic usage.
Permissions & Safety
WatchAPI Client runs entirely inside your editor.
- It reads your local source files
- It does not modify your code
- It does not overwrite existing requests
- No endpoints or payloads are sent externally by default
Imports are non-destructive and safe to re-run.
Verify Installation
After installation:
- Open a supported project
- Open the Command Palette
(
Cmd + Shift + P/Ctrl + Shift + P) - Run WatchAPI: Import from Code
If the command appears, the extension is installed correctly.