Tagged: API

GET request using axios with React Hooks - Clue Mediator

GET request using axios with React Hooks

Today we’ll show you how to integrate GET request using axios with React Hooks. We had created an article to call an API using the window.fetch method. API call in...

Load more pagination in React - Clue Mediator

Load more pagination in React

Today, we’ll show you how to implement load more pagination in React. Sometimes, we may need to implement pagination or load the items based on the Load More button click,...

How to consume SOAP service in Node.js - Clue Mediator

How to consume SOAP service in Node.js

Today we’ll show you how to consume SOAP service in Node.js. When you are working with the large scale application where you may need to use the third party application...

Fetch API data using useEffect React Hook - Clue Mediator

Fetch API data using useEffect React Hook

Today we’ll show you how to fetch API data using useEffect React Hook. In the previous article, we have provided the examples of the useEffect React Hook. Here, we will...

Consume a REST API in PHP - Clue Mediator

Consume a REST API in PHP

Today we’ll show you how to consume a REST API in PHP. In the previous article, we have explained about how to create a REST API in PHP. Here we...

Create a REST API in PHP with MySQL - Clue Mediator

Create a REST API in PHP with MySQL

In this tutorial, we will explain to you how to create a REST API in PHP with MySQL. Before we start, you might need to know about the REST API...

How to enable CORS in Node.js - Clue Mediator

How to enable CORS in Node.js

Today we’ll show you how to enable CORS in Node.js. Most of the beginners are facing the CORS issue while they are working with API creation and access it through...