Posts related to tag: API


Overview of Java 8 Date and Time API

Java 8 introduced a modern Date and Time API to address the shortcomings of the older java.util.Date and java.util.Calendar classes. […] Continue reading »

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 »

Java 11- New Methods of String Class

Java 11 (JDK 11) added a few new utility methods in the String class. These utility methods will reduce the […] 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 »

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 »