Posts related to tag: REST


How to consume REST APIs in React using Axios

Axios is a popular JavaScript library that simplifies the process of making HTTP requests, including REST API calls, in React. […] Continue reading »

Spring Boot REST API File Upload/Save Example

This guide shows you how to upload/save a file using Spring Boot REST API. To upload files via HTTP multi-part […] Continue reading »

Spring Boot RESTful CRUD Example with MySQL Database

This guide will help you to build Spring Boot RESTful CRUD Example with MySQL Database. As we know, making REST service […] Continue reading »

Customizing Swagger 2 RESTful API Documentation

Swagger 2 is very flexible to customize our RESTful API documentation information like title, description, contact details, etc.  Swagger 2 […] Continue reading »

Spring Boot RESTful API Documentation with Swagger 2

This guide helps you to understand the integration of Spring Boot RESTful API Documentation with Swagger 2. Swagger 2 is an […] Continue reading »

Spring Boot RESTful Web Service with JPA and MySQL

In this article, you will learn how to build a RESful webs service in Spring Boot using JPA repository and […] Continue reading »

How to consume RESTful web service using jQuery

On this page, you will learn how to consume RESTful web service using jQuery. jQuery is the most popular JavaScript […] Continue reading »

Spring Boot RESTful Web Service Example

On this page, you will learn to build a RESTful web service using Spring Boot.  Spring Boot makes the task […] Continue reading »