Explore how to use Postman development tools to execute APIs (application programming interface) and verify REST (representational state transfer) Controllers in this 11-video course. Then test RESTful API, and implement CRUD (create, read, update, delete) functionality. Learners will see how Java works seamlessly with tools such as the Spring Tool Suite, Maven, Spring, and Postman. You will learn how REST API supports the use of JSON (Java Script Object Notation) with Java. You can examine how to enhance Postman capabilities by using a variety of REST APIs. Next, learn how to install and use Postman to execute against an API, and to use it to test RESTful APIs. You will also see how to verify a REST controller through the Postman plugin in Google Chrome. Learn how to create a code snippet in Postman and create a RESTful Web Service with CRUD functions, and a Spring Boot MVC (model, view, controller) application. Finally, you will learn about servlets for RESTful web services.
REST API with Java: REST APIs with POSTMAN & CRUD