Execute API using Rest Client VS Code extension | No Postman , Insomnia needed

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024
  • In this video, we will see the usage of Rest Client VS Code extension.
    This is very handy for the developers and can eliminate usage of external tools like Postman, Insomnia for basic needs.
    We will cover the below:
    1. Installing the Rest Client VS extension
    2. Using the extension for execute HTTP GET, POST apis along with additional headers
    3. Using of Variables
    4. Extracting response values from one api and using it in another
    5. Shared Environment Variables and Usage of Environments.
    Blog: tech.durgadas....
    #developertools #developers #restclient #restapi #vscode #vscodextension #restclient #restapi #postman #insomnia #learn

Комментарии • 2

  • @tadasnanartonis9092
    @tadasnanartonis9092 3 месяца назад

    can this Rest client be used with OAUTH1.0 ? Answer is NO . How to call this client programmatically is unknown. So Postman still be needed, cause at least with newman lib it can be called. Also Postman supports many authorization methods, which makes it greater tools than many other...

  • @darshan1304
    @darshan1304 Год назад

    how we can use pre-request-scripts written in rest client?