Posts about REST API
Explore the latest posts related to REST API.
Spring Boot HTTP Interface Client
April 27, 20253 min read

Learn how to use Spring Boot 3.2+ HTTP Interface Client for declarative, type-safe HTTP calls.
Building a REST API with Spring Boot
December 11, 20243 min read

Learn how to create a REST API using Spring Boot. Includes HTTP methods, JSON handling, Lombok integration, and curl for testing.