Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RestCallNew to Visual Studio Code? Get it now.
RestCall

RestCall

sainath07

|
800 installs
| (0) | Free
RestCall allows you execute REST APIs and view it's response in Visual Studio Code directly
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RestCall

RestCall allows you execute REST APIs and view it's response in Visual Studio Code directly

Usage

// GET=>https://jsonplaceholder.typicode.com/posts=>${HEADER_OBJECT}=>${BODY_OBJECT}=>{EXTRACT_KEY}

HEADER_OBJECT and BODY_OBJECT must be inline and without space and separated by =>

  • // Single line comment, to avoid syntax error (required)
  • GET Http methods, it must be GET, POST, PUT or DELETE (required)
  • ${END_POINT} absolute path of API endpoint (required)
  • ${HEADER_OBJECT} headers config object (optional)
  • ${BODY} request body object (optional)
  • ${EXTRACT_KEY} extarct key from response object, e.g data (i.e show only data property from response) (optional)

Put cursor to rest command and press cmd + shift + P to open command prompt

Enter RestCall and select command to call Rest Api

open command prompt

api response

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