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.
- Make sure you install VS Code aka Visual Studio Code, and the REST Client Extension
- Using GIT, clone this repository to a director on your computer.
- Open a VS Code project at the root of the GIT repository folder.
- Copy sample.env over to a new file called
.env
and configure your settings and secret keys. - Navigate to any file ending in
.rest
extension and open the file in VS Code. - Consider changing any of the parameters at the top of the file. They start with the
@
. - Use the
Send Request
button to send your requests to the servers.
- Check results in the new tab/window that opens.