惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
大猫的无限游戏
大猫的无限游戏
H
Help Net Security
G
Google Developers Blog
D
Docker
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Apple Machine Learning Research
Apple Machine Learning Research
云风的 BLOG
云风的 BLOG
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
I
InfoQ
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
Google DeepMind News
Google DeepMind News

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I Built ShellReq - A Native API Client for VS Code & Term...
Mahesh Shinde · 2026-05-25 · via DEV Community

Mahesh Shinde

ShellReq - Native API Client for VS Code & Terminal

A lightweight, native API testing ecosystem designed directly around developer workflow and productivity. No context switching, no bloated UI, just fast API testing exactly where you code.


Quick Links


Preview

ShellReq Interface Overview


Why I Built ShellReq

As a backend developer, I found myself constantly switching between my code editor and external, heavy API tools. This fragmented workflow became a massive bottleneck.

Most modern API testing tools are bloated, resource-heavy, and completely disconnected from the actual coding environment. I built ShellReq to be the exact opposite: lightweight, terminal-friendly, developer-focused, and seamlessly embedded into your existing workflow.

Key Components

  • VS Code Extension: A native, sidebar-driven REST client.
  • CLI / Terminal UI (TUI): A lightweight terminal client for keyboard-driven efficiency.
  • Zero-Bloat Engine: Ultra-fast REST testing with minimal overhead.

VS Code Extension Features

  • Native Sidebar API Client: A complete REST client living directly inside your VS Code Activity Bar.
  • Full HTTP Method Support: Handles GET, POST, PUT, PATCH, DELETE, and HEAD requests.
  • Rich Request Customization: Built-in support for query parameters, headers, and an interactive JSON body editor.
  • Smart Collections & History: Save requests permanently into collections and access an automated history log of your last 50 requests.
  • Deep Response Inspector: Detailed breakdowns of status codes, headers, formatted JSON bodies, request timing, and payload size.
  • Dynamic Workspace Layout: Draggable, resizable side panels that adapt perfectly to your monitor setup.
  • Persistent State: Your requests, active headers, parameters, and UI layouts survive workspace restarts.
  • Zero Runtime Dependencies: Built purely on top of Node.js native http/https modules. No Axios, no unnecessary dependency chains.

ShellReq CLI / Terminal UI

For terminal-first developers, ShellReq is available as a global npm package.

Quick Run (No Installation)

npx shellreq ui

Global Installation

npm install -g shellreq

CLI Features

  • Interactive TUI: A full Terminal User Interface built for speed.
  • Fast CLI Requests: Fire off single API calls directly from your terminal prompt.
  • Shared Ecosystem: Full access to your collections, request history, and environment variables.

Tech Stack

  • Language: TypeScript
  • Runtime: Node.js (Native networking modules)
  • Editor API: VS Code Extension API
  • Terminal UI: Ink (React for CLI) & Commander.js

Open Source & Feedback

ShellReq is 100% open-source and actively maintained. Community feedback is vital to improving the ecosystem.

To support the project, please consider taking the following actions:

  1. Install & Test: Run it against your current development APIs.
  2. Provide Feedback: Report bugs or suggest feature ideas via GitHub Issues.
  3. Show Support: Leave a review on the VS Code Marketplace or drop a star on GitHub.

Every install, contribution, and review genuinely helps this tool evolve. Thanks for checking out ShellReq.


opensource #vscode #npm #typescript #webdev