
Trace the history of network APIs from 1950s interfaces to modern REST, SOAP, and GraphQL. Learn how clear interfaces enable interchangeable components and why REST dominates today.
Valentine introduces the course, explains review timing, and guides students on video quality, resolution, captions, Q&A, and getting help through announcements and offline viewing.
Explore the essentials of http as the foundation for working with APIs. Practice understanding http messages with hands-on exercises in Postman.
Explore REST APIs, their design theory, and key terms like resources and endpoints, and learn to read Swagger or Postman documentation while practicing hands-on API concepts.
Explore representational state transfer as an architectural style for building APIs, outlining its rules, non-standard nature, and how REST concepts describe representing objects and transferring them between client and server.
Learn JSON as a key-value data format and open standard for exchanging data between different systems, using strings, numbers, arrays, and nested objects, with language independence.
Explore how api documentation communicates endpoints, resources, and http methods, with formats such as html, pdf, swagger, postman collections, and openapi, and distinguish public from private apis.
Explore how Swagger, now Open API, describes REST APIs through a machine-readable specification and Swagger UI, detailing endpoints, models, and operations for car fleet management.
Learn how to create a get request to fetch all cars from a car fleet management API, use try it out and Postman, and view JSON responses.
Learn to construct a get request with a path parameter to fetch a single car, handle not found 404 cases, and test with Postman and Swagger.
Post a JSON car object to the /cars endpoint using Swagger and Postman, testing creation and observing the server return the new car with an ID.
Use the put method to update an existing car by sending the full data, including the ID, to the /cars endpoint; post may update in APIs, but put is preferred.
Practice deleting unnecessary database entries using the proper HTTP delete method guided by the API documentation.
Register a Giphy account and create an app to access the API, learn via the quick start guide, and use Postman with an API key for requests.
Practice uploading data by converting a short video into a gif, using an online service, then save the gif locally; the exercise is optional and shareable in the Q&A.
To work with APIs we will use the Postman app! Postman allows you to quickly create a request with the required HTTP method and parameters, set the body, headers, 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 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.
Postman has over 10 million users worldwide and continues to grow. This course will introduce you to Postman and is suited for beginners. You will learn how to build API requests with Postman, how to inspect responses debug any issues.
Postman has grown to be a complex tool that has many capabilities
So let’s look at what you are going to learn during the course:
Start with simple requests
Advance towards more complex scenarios
Upload files
Learn about REST
Work with real APIs
Learn to deal with authentication/authorization
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 about Postman? Sign up 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.