Rest

About

REST, or REpresentational State Transfer, is an architectural style for providing standards between computer systems on the web, making it easier for systems to communicate with each other. REST-compliant systems, often called RESTful systems, are characterized by how they are stateless and separate the concerns of client and server. We will go into what these terms mean and why they are beneficial characteristics for services on the Web.

Source: https://www.codecademy.com/articles/what-is-rest

Installation

Change enable from False to True in the rest section (cf module installation).

vscode-anywhere:
    rest:
        enabled: True

You can also take a look at the VSCode-Anywhere rest module configuration.

Requirements

No requirements.

VSCode

VSCode extensions

platformio.platformio-ide

This extension is a REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.

VSCode settings

No settings.

VSCode keybindings

No keybindings.

Software

No software.

Documentation

No documentation.

VSCode-Anywhere

Environment

No environment.

Specific settings

No specific settings.

Last updated