How to write your first API tests with Postman.
Learn more about API Testing and how it works here: https://www.postman.com/api-platform/...
---------------------
GitHub API Documentation: https://docs.github.com/en/rest
Fork the Postman Collection
---------------------
If you want to import the Postman collection used in this tutorial, open this link in your browser and click on Fork.
https://www.postman.com/valentins-tea...
Troubleshooting
---------------
e.g. Postman tests error: ReferenceError: Hello is not defined
When writing JavaScript code, make sure that you surround Strings with single or double-quotes.