Labs about (REST) APIs
List of labs:
API
warm-up:
Exploring an API online and from the command line
API
exploration with Postman:
Your first GET request with Postman
Send a GET request with parameters
Your first POST request with Postman
Passing data between API requests
API
testing with Postman:
Your first API test in Postman
Testing a real world API
Writing multiple tests
Writing pre-requests scripts
Create a fake API for testing purpose: Mock server
Automatically running tests: Postman monitor
API
design and documentation with OpenAPI (formerly Swagger)
Documenting your first GET request
Documenting a Delete request
Documenting a POST request