---
title: "Calling REST APIs From the IDE : VSCode"
url: https://daily.dev/posts/calling-rest-apis-from-the-ide-vscode-7ko2orqrs
source_url: https://itnext.io/calling-rest-apis-from-the-ide-vscode-57e59e003133?source=rss----5b301f10ddcd---4
type: article
source: "ITNEXT"
published: 2022-07-04T07:30:19.255Z
updated: 2026-03-15T04:53:40.925Z
tags: ["devtools", "general-programming"]
reading_time: 3
upvotes: 14
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Calling REST APIs From the IDE : VSCode

**[ITNEXT](https://daily.dev/sources/itnext)** · 3 min read · 14 upvotes · 0 comments

## Summary

Developers use a lot of URLs: your app URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment. As a dev you are going to constantly hit them. Developers have relied on utilities outside the IDE to track the URLs, send test payloads, and inspect the response. Now you can do all of that from your IDE!

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/calling-rest-apis-from-the-ide-vscode-57e59e003133?source=rss----5b301f10ddcd---4>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#general-programming](https://daily.dev/tags/general-programming)

[View this post on daily.dev](https://daily.dev/posts/calling-rest-apis-from-the-ide-vscode-7ko2orqrs)
