
In this lecture we are going to install the Postman app. Just in case you are using a Postman Google Chrome extension, please remove that and use the standalone app.
Keeping Postman up-to-date is very important. Make sure you always have the most recent version as it may include bug fixes, new features or important security updates.
This lecture provides a quick introduction to APIs, explaining their significance as application programming interfaces. The lecture emphasizes that APIs serve as interfaces to data on remote servers, enabling program communication and data exchange. It introduces Postman as a tool that simplifies API usage without requiring coding or complex commands. Through practical examples, attendees gain hands-on experience to demystify APIs.
This lecture jumps into create your first request with Postman.
This lecture provides an introduction to HTTP and API communication using Postman. We briefly discuss the need for the HTTP protocol, request methods, headers, and the structure of HTTP messages. You will understand the importance of using HTTPS for secure communication and the components of a request and response, including URLs, status codes, headers, and bodies. You will gain insights into reading API documentation, following conventions, and creating HTTP messages. This lecture sets the foundation for further exploration of HTTP requests and responses in API interactions.
This lecture provides an overview of working with requests and collections in Postman. You will learn how to save requests for later use by creating collections, which serve as folders to organize related requests. The concept of a base URL is also introduced, emphasizing its significance in the API documentation. The lecture highlights the importance of efficient request configuration and demonstrates how to run saved requests from the workspace. One other importance concept is understanding how to use Postman variables to store configuration, such as the base URL. The difference between the "Initial value" and the "Current value" is being discussed.
Do you need to learn about Postman & APIs for your new position or for a job interview?
You are not the first one. REST APIs are everywhere nowadays but you may not know where to begin. If you are a total beginner to APIs and are looking for a quick introduction to API by using Postman. This course is for you.
What are APIs all about?
Today, all IT systems are interconnected by using APIs, which are a way to exchange data, mostly by using a format call JSON.
However, learning about APIs can easily get confusing. You need to know: different HTTP methods, headers, cookies, dealing with file uploads or authentication with API keys, tokens, OAuth and so much more.
This is where Postman comes in! Postman allows you very quickly to create a request with the required HTTP method and parameters, submit the request and easily inspect the results.
Postman can help if you are developing APIs as well! I have created this course for testing engineers and well as for software developers.
Postman can help you during the development of your API as well as after the API is completed, by running tests that make sure your API is still working as intended.
In this Postman crash course for beginners, we will start exploring the features of Postman, creating requests, and building simple workflows. Then we will continue by writing API tests and automatically running a Postman collection by using the Postman Collection Runner and Newman.
Is this course for me?
If you need to get up to speed with Postman and start using APIs and don't have a lot of time, this course will probably take you very far in a very short time. You don't need much to get started, but you need to invest more than 3 hours. Just watching the content may not be enough to develop the skills needed. You need to do the work and the practice assignments.
So let’s look at what you are going to learn:
Start with simple requests
Use HTTP methods like GET, POST, PUT & DELETE
Understand the difference between GET vs POST.
Work with query parameters and path variables
Understand HTTP headers
Learn to deal with authentication (for example using Bearer token)
Start writing API tests with JavaScript
Organize tests in collections and share them with your team
Run API tests using the collection runner or Newman
So after this course, you will have an overview of Postman and can later decide in which areas you want to learn more.
Excited to learn Postman? Join this course today!
Legal Disclaimer
This course is an independent educational resource and is not endorsed by, affiliated with, or associated with Postman, Inc., or any of its products. Postman is a trademark of Postman, Inc. All product names, logos, and brands mentioned in this course are the property of their respective owners.
This course contains promotional materials.