Overview
Learn to call a REST API using the JDK's Http Client in this 22-minute tutorial. Build a complete CRUD service with JUnit 5 tests by interacting with a public REST API. Explore the step-by-step process of implementing HTTP requests, handling responses, and creating a robust Java application that communicates effectively with external services. Access the accompanying GitHub repository for hands-on practice and further exploration of the concepts covered.
Syllabus
How to call a Java REST API using JDK Http Client
Taught by
Dan Vega