Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

VS Code Rest Client Framework

A framework to copy before building and sharing REST client calls for your organization. This library requires the use of Visual Studio Code + REST Client plugin in order to be most effective.

Getting Started

  1. Make sure you install VS Code aka Visual Studio Code, and the REST Client Extension
  2. Using GIT, clone this repository to a director on your computer.
  3. Open a VS Code project at the root of the GIT repository folder.
  4. Copy sample.env over to a new file called .env and configure your settings and secret keys.
  5. Navigate to any file ending in .rest extension and open the file in VS Code.
  6. Consider changing any of the parameters at the top of the file. They start with the @.
  7. Use the Send Request button to send your requests to the servers.

vs-code-send-request-button-sample

  1. Check results in the new tab/window that opens.

rest-client-library-example-1