Posts related to tag: REST API


Versioning of REST API in Spring Boot: Types and Benefits

In this blog, we’ll explore the various types of API versioning in Spring Boot and the benefits they offer. Why […] Continue reading »

How to call a REST API in React

In modern web development, integrating REST APIs into our React applications is a common requirement. REST APIs enable us to […] Continue reading »

Spring Boot Cookies Example

In this article, we’ll explore how to use cookies in the Spring Boot application. A cookie is a small piece […] Continue reading »

Generate QR Code using Spring Boot REST API

This tutorial will help you to expose REST API to generate the QR Code using the Spring Boot framework. QRGen library […] Continue reading »

Spring Boot + MongoDB CRUD Example

In this article, we’ll build a Spring Boot REST API which performs the create, read, update, and delete (CRUD) operation […] Continue reading »

Spring Boot– Consuming a REST Services with WebClient

In this guide, we’ll show how to consume REST services with WebClient. Spring WebFlux includes a reactive, non-blocking (asynchronous) WebClient […] Continue reading »

Spring Boot – Calling REST Services with RestTemplate

In this article, we’ll learn how to consume REST services with RestTemplate from a Spring Boot application. Spring provides a […] Continue reading »

Spring Boot Forgot Password Example

This guide will help you to create the Spring Boot REST API for forgot password. The password recovery feature is […] Continue reading »