💻 Rest Client
How to test your API with a REST client
Why are REST clients useful?
Rest Clients
In this lesson, we will use a REST client built into VSCode called ThunderClient to test our API. It is much easier to test requests with a REST client than with a browser or command line. Other popular REST clients include Postman and Insomnia.