'How to test the result for an API with Visual Studio Code?
All developers in my team are working with R and Plumber to create APIs. I like to find a simple plugin for Visual Studio Code that allows me to verify and check the JSON schema of the result of each API or deserialize the JSON and give me the possibility to check the values.
For example, I saw a couple of plugin
RestClient has only the option to call the API and see the result. Thunder Client can have tests but they are quite basic. So, none of them has an option to verify the schema of the resulted JSON.
Is there a way to add this kind of tests in those plugin? Are there any other plugin for that?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
